Steve D.
Average Member
USA
640 Posts |
Posted - 06 June 2003 : 01:01:11
|
In inc_header.asp there is the following logic
if strSiteLeft = "1" then blah blah blah.... end if
you could change that to
page = GetCurrentPage()
if page = "news.asp" then blah blah blah.... end if
wherer GetCurrentPage() is
Function GetCurrentPage() Dim nPos, strURL strURL = Request.ServerVariables("URL") nPos = InStrRev(strURL, "/") GetCurrentPage = LCase(Mid(strURL, nPos + 1, Len(strURL) - nPos)) End Function
just an idea... |
Swing Dancing Video Clips - It's All Swing! Forum |
|
|