Hi, sorry for my english, i'm french canadian !
I have a html file asking login and password and after that I send the data to this asp file. I have some problem, if you can help me !!
Thanks, also, i would like to dispatch the user in her personal page but I don't know how !
<%
DIM login
DIM password
login = Cstr(request.form("login")
password = Cstr(request.form("password")
if (login="rros017" and password="osaka98a" then
**** WANT TO GO TO rros017.html, HOW TO DO ?
elseif (login="rdus019" and password="repas03n" then
**** WANT TO GO TO rdus019.html, HOW TO DO ?
else
alert("Wrong password!"
end if
%>
I have a html file asking login and password and after that I send the data to this asp file. I have some problem, if you can help me !!
Thanks, also, i would like to dispatch the user in her personal page but I don't know how !
<%
DIM login
DIM password
login = Cstr(request.form("login")
password = Cstr(request.form("password")
if (login="rros017" and password="osaka98a" then
**** WANT TO GO TO rros017.html, HOW TO DO ?
elseif (login="rdus019" and password="repas03n" then
**** WANT TO GO TO rdus019.html, HOW TO DO ?
else
alert("Wrong password!"
end if
%>