linuxlouis
Programmer
I've written a PERL CGI program, that uses javascript to open another CGI program - which is a form. Users must authenticate before logging into the main page, which is from where the javascript button is launched.
I want to be able to pass the user credentials from the main page, into the javascript launched page/form.
Any suggestions? Or is this even possible? I looked around at some of the different methods that window.open() as a function has, but have not crossed anything about passing variables/information between, besides writing to the new window, which is not the desired behavior in my case.
I want to be able to pass the user credentials from the main page, into the javascript launched page/form.
Any suggestions? Or is this even possible? I looked around at some of the different methods that window.open() as a function has, but have not crossed anything about passing variables/information between, besides writing to the new window, which is not the desired behavior in my case.