|
Subject:
|
Need Help
|
|
Posted By:
|
missminderz
|
Post Date:
|
1/11/2006 5:47:26 PM
|
I am going nuts here. I just learned Perl, so I am a little confused. Okay, here is the thing. I am creating a page where you can create a username and password for a protected site. It works. That is not the problem. I also have a login pahe, which also works. These are the files: password.pl, addpassword.pl, and html.pl. Okay, the problem is, when I sign in, the "you have been logged in" appears in a popup but doesn't redirect.
This is what I am trying to do. When they click "sign in" it opens in a set sized popup, saying "you have been logged in" and when you click a "close window" box, the window will close and the "protected page" comes up where the "sign in" page was.
Do you understand. lol 
|
|
Reply By:
|
ciderpunx
|
Reply Date:
|
1/23/2006 12:26:17 PM
|
Blimey, how about dropping the you've been signed in entirely and having a javascript alert to tell them they've signed in. You could generate the javascript from perl only if a parameter was passed to the page (to stop you getting the popup every time you loaded the page).
HTH
-- Don't Stand on your head - you'll get footprints in your hair http://charlieharvey.org.uk http://charlieharvey.com
|
|