hi, one more newbie question
am so far having three pages
1.] logscr.htm (has username and pwd textboxes and it uses "post" to auth.asp)
2.] auth.asp (has ASP code to check the user and Redirect to welcome.html, which works fine.)
3.] welcome.html which will have links and .....
Ok, what i want to do is use a hidden field in welcome.html to store the username through out, but not in the query string (welcome.html?item=niraj) OR session variables. Also the welcome.html should check before loading whether the user is loggeg in through the logscr.html or no.
Also donot want to avoid the auth.asp in between as i might use this for more than one site. Is this possible. Any workaround to this will surely do
Regards
Niraj![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
am so far having three pages
1.] logscr.htm (has username and pwd textboxes and it uses "post" to auth.asp)
2.] auth.asp (has ASP code to check the user and Redirect to welcome.html, which works fine.)
3.] welcome.html which will have links and .....
Ok, what i want to do is use a hidden field in welcome.html to store the username through out, but not in the query string (welcome.html?item=niraj) OR session variables. Also the welcome.html should check before loading whether the user is loggeg in through the logscr.html or no.
Also donot want to avoid the auth.asp in between as i might use this for more than one site. Is this possible. Any workaround to this will surely do
Regards
Niraj
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)