Hi,
Just having a little trouble here with my password login. The login and everything works fine, but im using a framed page, and if this frame with the login determines that the login is successful i want to open a page in a different frame, im not quite sure how to do it tho, any help would be much appreciated:
Here is the line i'm working with.
set rstemp=Conn.execute(SQLTemp)
If NOT rstemp.eof then
session("log_in"
= "True"
Response.redirect (" & rstemp.Fields("clientpage"
.value & "target="mainFrame""
I've put in the target frame, obviously that wont work, but im not quite sure how to go about it. Thanks for any help.
Just having a little trouble here with my password login. The login and everything works fine, but im using a framed page, and if this frame with the login determines that the login is successful i want to open a page in a different frame, im not quite sure how to do it tho, any help would be much appreciated:
Here is the line i'm working with.
set rstemp=Conn.execute(SQLTemp)
If NOT rstemp.eof then
session("log_in"

Response.redirect (" & rstemp.Fields("clientpage"


I've put in the target frame, obviously that wont work, but im not quite sure how to go about it. Thanks for any help.