Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Logout on Browser Exit
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Werd
Starting Member

1 Posts

Posted - 05 August 2004 :  01:22:20  Show Profile
Hi,

I am new to asp, but I have done web for years. I am really getting the hang of this.

My question is, how do I change my asp code so that when you exit the forum or close the browser, it will log you off. I want it to do it automatically for them.

I saw a thread that said how to do it but I didn't understand it and I think it was for an old Forum design. I have 3.4.04. How do I do this? please keep it simple. If possible.

Thx,

Drew

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 05 August 2004 :  03:32:25  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code in inc_header.asp (approx. line 360):
					"                <input type=""checkbox"" name=""SavePassWord"" value=""true"" tabindex=""-1"" CHECKED><b> Save Password</b></font></td>" & vbNewLine

and replace it with the following code:
					"		 <input type=""hidden"" name=""SavePassWord"" value=""false"">" & vbNewLine


Find the following code in login.asp (approx. line 126):
		"                            <input type=""checkbox"" name=""SavePassWord"" tabindex=""4"" value=""true"" checked> Save Password</font></td>" & vbNewLine & _

and replace it with the followin code:
		"		 	     <input type=""hidden"" name=""SavePassWord"" value=""false"">" & vbNewLine & _


That should do it.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07