Hey All,

I have a piece of code here that uses HTML::TreeBuilder and the
LWP::Simple () modules.  Having said that, the script is supposed to go
ahead and execute another page that contains cookies.  Now I want a user
to be able to press a button that will go and run another cgi script.  I
don't want the user to see any of the informaton from the other page
though so I will have to keep it pretty 'low key'.  This second page
that the user is exectuing must place a cookie that the other www page
has in the same browser.  Here is a brief run down...

1 - User executes my CGI page.

2 - User now presses button to execute remote CGI page

3 - Remote CGI page is exectuted through my script.

4 - Remote CGI page (which I know contains a cookie) places a cookie in
the browser.

5 - Everyone lives happily ever after. :)


Is this possible or has anyone seen this done before?

Regards,

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to