Hi!
Members kan log in to my website using a form. The information from this form is sent to a checklogin.asp page, where username and password is confirmed. If login is successful I want the user to be redirected to another page.. members.asp, without pushing any buttons. The problem is that the new page (members.asp) should be opened in a window with this size (600px*500px).
Is there a way of adding information to the respons.redirect function that can make this happen?
response.redirect "members.asp?do=logedin code that makes the new window in a fixed size"
/J
Members kan log in to my website using a form. The information from this form is sent to a checklogin.asp page, where username and password is confirmed. If login is successful I want the user to be redirected to another page.. members.asp, without pushing any buttons. The problem is that the new page (members.asp) should be opened in a window with this size (600px*500px).
Is there a way of adding information to the respons.redirect function that can make this happen?
response.redirect "members.asp?do=logedin code that makes the new window in a fixed size"
/J