Hi,
Thanks for the tip.
If you're JavaScript-savvy, I often use it for populating forms for testing:
BTW, the above probably needs tweaking for FireFox.Code:<script language="JavaScript"><!-- function TestData() { document.form.name.value = "Russell Robinson" document.form.emailaddr.value = "myemail@tectite.com" document.form.lab.value = "Monbulk Lab" document.form.labnum.value = 999 document.form.zscore.value = 999 document.form.sampnum.value = "05-01" document.form.ts02m.value = "Aspiration" document.form.ts02a.value = 1 document.form.ts02b.value = 2 } TestData(); // comment this out for production // --> </script>


Reply With Quote


Bookmarks