Click to See Complete Forum and Search --> : checking if a user is logged in ...


id10terror
05-24-2006, 09:21 PM
Hi:

I have a main page that has 3 frames (top, left and main). Clicking a link on the main page opens a new window (html). On this new windowed page is a submit button. What I would like to know is whether it is possible to check if the user is logged in just after clicking the submit button. If not, log in, if yes, then proceed with the submit syntax. I am not sure whether this is possible with Javascript or Perl. can anyone help me with this?

Thanks.

Jeff Mott
06-04-2006, 06:23 AM
It is potentially possible with both. Exactly how you would approch the problem, however, is very specific to how your server-side script is written and organized.