ight
like i said i would
you have to include the bit in read.
its to stop ya gettin hacked i guess - so the login page knows its login ya in from your site - and not sum hackers
anyway - i put that into my site and it worked stright off
for the username field put name="name" and for the password put name="password" and it should work
so you go to the page you came from i put this in my login page on my site:
<%
Dim Return
return = Request.ServerVariables("SCRIPT_NAME") & "?" & Request.ServerVariables("QUERY_STRING")
%>
<form action="/forum/login_user.asp?return=<%=Return%>" method="post" name="forum">
then on the login page of the forum i put:
Response.Redirect(request.querystring("return"))
on line 165 so it takes you back to ya page
enjoy
(hay does this class as a "Mod" and do i get a lil "Mod" Group thing
)