in reply to How to pass form data to a onclick=javascript:new.window perl script
I, too, ran across this issue, but in my case I wasn't launching new windows. For me, I ended up using a hidden field, concatenating my variables, and stuffing them inside a TMPL_INCLUDE that I was using for HTML::Template. I was using the POST method (plus I needed to manipulate some of the variables in the next .pl that was called) for various nefarious purposes.
benn's idea is great for when I set up my scripts to launch new windows. benn++
Lori
|
|---|