You are here: irt.org | About | Feedback | 1026 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q5604
Sent by
Adam Rubin on April 01, 2000 at 23:40:02:
Worth:
Worth reading
Comments:
You may want to pass the info along as a hidden input to a form as well... this is using the same idea as above, but here's another way to implement it:
This example is using VBScript instead of javascript.
firstname = "adam";
document.write(\"<input type=hidden name=firstname value=\" & firstname & \">\")
When the form is submitted, your perl code now has full access to the "$firstname" variable.
Other feedback on 'irt.org FAQ Knowledge Base Q5604' - show all