in reply to Re: Re: How to pass form data to a onclick=javascript:new.window perl script
in thread How to pass form data to a onclick=javascript:new.window perl script

Oops, I made a booboo, the key=value pair, the url would be

http://xww.test.com/cgi-bin/cgiwrap/rootcgi/create_data.pl?machine_nam +e=$front_page->param('machine_name');reason=$front_page->param('reaso +n')
Do you think this may work?

Thanks
Asgaroth
  • Comment on Re: Re: Re: How to pass form data to a onclick=javascript:new.window perl script
  • Download Code

Replies are listed 'Best First'.
Re: How to pass form data to a onclick=javascript:new.window perl script
by Abigail-II (Bishop) on Feb 17, 2004 at 11:19 UTC
    What happened when you tried?

    Abigail

      Hi Abigail-II

      The post where I mentioned "booboo" does not work. Like you mention, the form data needs to be submitted dynamically, and building the url prior to user input, well, i'd guess would be next to impossible 8)

      I'm sure there must be a way of doing this...

      Thanks
      Asgaroth