in reply to How to pass form data to a onclick=javascript:new.window perl script
I did this using safari. Try it in moz, try it in ie.<html> <body> <form name="myform" action="http://perlmonks.org/index.pl?" method="po +st"> <input type="hidden" name="node" value="sporty"> </form> <a href="#" onClick="myform.submit()">clicky!</a> </body> </html>
Update: Case of morning eyes. I read through the thread forgetting it was "new window".
|
|---|