How can I get the value of a form input whose name is in a Javascript variable?
0 views
Skip to first unread message
Neelay
unread,
Jun 7, 2006, 8:29:05 PM6/7/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to perl-ja...@perl.org, perl-ja...@moderators.isc.org
Hi all, I have a Javascript variable, containing the name of an input- input_name = "document.myform.ip" How can I get the value of the input "ip" using the variable input_name in Javascript? Any help will be highly appreciated.