Hi!
I would like to program a LogIn facility, where the user goes directly from
the LogIn page to the first page in a NEW WINDOW (Window.Open()). So I have
to write 3 files. The LogIn file, the file checking for user name and
password and (redirect to) the first page. I tried with a JavaScript
containing
action="window.open(...)"
and it actually worked. A new window was created, BUT the values from the
LogIn form was lost on the way from the browser to the server!
Saving the LogIn variables to Session variables (in the middle file) showed
(in the 3. file), that the variable names had been transferred, but their
values were empty.
Can anybody telle me, what happens, and can I program around it? and how?
It works with action="check.asp", but of course without the new window, and
with target="_blank" it goes wrong again.
puzzeled but kind regards
Torben
PS Undskyld jeg skriver på engelsk. Jeg havde skrevet brevet først og fundet
nyhedsgruppen bagefter...
|