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 DEV-Group
 DEV Discussions (General)
 inc_jump_to.asp - Application Variable
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

GauravBhabu
Advanced Member

4288 Posts

Posted - 16 September 2002 :  03:59:24  Show Profile
if IsEmpty(Application(strCookieURL & "JumpBoxChanged")) then
	strJumpBoxChanged = Session(strCookieURL & "JumpBoxDate")
else
	strJumpBoxChanged = Application(strCookieURL & "JumpBoxChanged")
end if


Not sure if this is posted before. Where is the Application variable JumpBoxChanged set? I could not find it in config.asp.

I think it should be:

either this:

if IsEmpty(Application(strCookieURL & "JumpBoxChanged")) then
	strJumpBoxChanged = DateToStr(strForumTimeAdjust)
	Application.Lock
	Application(strCookieURL & "JumpBoxChanged")= strJumpBoxChanged 
	Application.UnLock
else
	strJumpBoxChanged = Application(strCookieURL & "JumpBoxChanged")
end if


or this:
if IsEmpty(Session(strCookieURL & "JumpBoxChanged")) then
	strJumpBoxChanged = DateToStr(strForumTimeAdjust)
else
	strJumpBoxChanged = Session(strCookieURL & "JumpBoxChanged")
end if



CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain

It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Prayer Of Forgiveness
"I forgive all living beings. May all living beings forgive me!
I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated)

Edited by - GauravBhabu on 16 September 2002 08:44:51

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 September 2002 :  04:14:26  Show Profile
pop_delete.asp & post_info.asp
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 16 September 2002 :  08:44:09  Show Profile
Got it. Thanks.
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07