![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: How to pass form data to a onclick=javascript:new.window perl scriptby Abigail-II (Bishop) |
on Feb 17, 2004 at 10:06 UTC ( [id://329546]=note: print w/replies, xml ) | Need Help?? |
http://xww.test.com/cgi-bin/cgiwrap/rootcgi/create_data.pl
is just a plain request, no query is passed here. Then the URL
would be of the form
http://xww.test.com/cgi-bin/cgiwrap/rootcgi/create_data.pl?key=value;key=value.
So, you either have to print that when creating the page, or, if this someway has to be done on the fly, you'd need to find yourself a javascriptmonks site, as the latter option would be a javascript problem, not a Perl problem. Abigail
In Section
Seekers of Perl Wisdom
|
|