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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Change Category Group how to stay on cirtin pages?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 19 September 2002 :  14:50:44  Show Profile  Visit MaD2ko0l's Homepage
Hi all,
how do i get the Categories things to be on every page???

thankx

MaD2ko0l

© 1999-2010 MaD2ko0l

GauravBhabu
Advanced Member

4288 Posts

Posted - 19 September 2002 :  15:06:04  Show Profile
File: inc_groupjump_to.asp

	strPathInfo = Request.ServerVariables("Path_Info")
	if lcase(Right(strPathInfo, 10)) = "active.asp" Then
		strOK = "OK"
		strLinkTo = "active.asp"
	elseif lcase(Right(strPathInfo, 11)) = "default.asp" then
		strOK = "OK"
		strLinkTo = "default.asp"
	else
		strOK = "OK"
	end if


Modify the statement in red as shown above
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 19 September 2002 :  15:22:31  Show Profile
But why would you do that?
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 19 September 2002 :  15:35:18  Show Profile  Visit MaD2ko0l's Homepage
well u see i have made a left navigation menu and it needs that to make it look right.

http://www.gamingcrypt.co.uk/mad

that has the menu n it have a look go into a forum and see the different between default.sp and forum.asp

© 1999-2010 MaD2ko0l
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 2.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07