Author |
Topic  |
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 01 January 2004 : 09:49:24
|
quote: To make the logout page, I did as this (it a cheap way but it works...)
Log out as usual, when the page displays, stop it and show HTML. Then copy and resp write it in logout.asp :P Surely there are better ways :)
I don't understand what you mean? =) |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
Uzzio
Starting Member
46 Posts |
Posted - 08 January 2004 : 02:20:39
|
quote: Originally posted by tribaliztic
quote: To make the logout page, I did as this (it a cheap way but it works...)
Log out as usual, when the page displays, stop it and show HTML. Then copy and resp write it in logout.asp :P Surely there are better ways :)
I don't understand what you mean? =)
just copy the html and paste it in the asp file with response.writes! :)
it works for me but....it does not log out any way :( It seemed so in the beginning but I was wrong :( any more ideas?
|
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 08 January 2004 : 03:30:52
|
What html-code should I paste? =) What's not working? I get logged out and it seems to work for all my users too. |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
Uzzio
Starting Member
46 Posts |
Posted - 08 January 2004 : 13:03:35
|
quote: Originally posted by tribaliztic
What html-code should I paste? =) What's not working? I get logged out and it seems to work for all my users too.
you should log out as usual snitz, when the good bye page shows, click on View and then HTML, and cut and paste :) It simply does not log out to me...no way :( |
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 08 January 2004 : 14:47:16
|
I fixed the html-part =) Do you want to try my logout.asp? I can paste the code here. |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
Uzzio
Starting Member
46 Posts |
Posted - 09 January 2004 : 02:51:53
|
quote: Originally posted by tribaliztic
I fixed the html-part =) Do you want to try my logout.asp? I can paste the code here.
Thank you!!! You can send it to my email if it is too long to past here uzzio@virgilio.it
Thanks! |
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 09 January 2004 : 03:14:36
|
it's kinda short so I post it here:
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_func_common.asp" -->
<!--#INCLUDE FILE="inc_header.asp" -->
<%
strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/"))
strUniqueID = "Snitz00"
%>
<%
Call ClearCookies()
Response.Write"<p align=""center""><font face=""" & strDefaultFontFace & """ size=5 color=""" & strForumhoverFontColor & """><br>You are being logged out from " & strForumTitle & "...</font></p><br>" & vbNewLine & _
"<meta http-equiv=""Refresh"" content=""2; URL=default.asp"">" & vbNewLine
WriteFooter
%>
Maybe there is another way but this work for me anyways.
|
/Tribaliztic - www.gotlandrace.se -
|
 |
|
Uzzio
Starting Member
46 Posts |
Posted - 09 January 2004 : 12:47:07
|
quote: Originally posted by tribaliztic
it's kinda short so I post it here:
<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_func_common.asp" -->
<!--#INCLUDE FILE="inc_header.asp" -->
<%
strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/"))
strUniqueID = "Snitz00"
%>
<%
Call ClearCookies()
Response.Write"<p align=""center""><font face=""" & strDefaultFontFace & """ size=5 color=""" & strForumhoverFontColor & """><br>You are being logged out from " & strForumTitle & "...</font></p><br>" & vbNewLine & _
"<meta http-equiv=""Refresh"" content=""2; URL=default.asp"">" & vbNewLine
WriteFooter
%>
Maybe there is another way but this work for me anyways.
YOURS WORKS !!!!!!!! THANK YOU :D!!!!! |
 |
|
tribaliztic
Senior Member
   
Sweden
1532 Posts |
Posted - 12 January 2004 : 07:04:13
|
Couldn't have done it without you =) |
/Tribaliztic - www.gotlandrace.se -
|
 |
|
Topic  |
|