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

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Refreshing a Page Once!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lycaster
New Member

USA
60 Posts

Posted - 20 February 2002 :  16:59:15  Show Profile  Visit Lycaster's Homepage  Send Lycaster an AOL message
Is there a simple way to refresh an asp page just one time?

I have been looking everywhere! but no can do...

Jared Wuliger
jared@oxcyon.com
www.oxcyon.com

xMANIGHTx
Junior Member

Italy
191 Posts

Posted - 21 February 2002 :  16:15:23  Show Profile  Visit xMANIGHTx's Homepage
You can do it many ways......
One could be this

If Request.Querystring("refresh")="" Then Call Response.Redirect("mypage.asp?refresh=yes")

Another one could be with cookies or session vars

If Request.Cookies("refresh")="" Then
Response.Cookies("refresh")="yes"
Call Response.Redirect("mypage.asp")
End If

But I guess the refresh should be client side after the page loaded... Can you explain better how you need it?

Distractly yours... manight@audiopro.it

Edited by - xMANIGHTx on 21 February 2002 16:17:10
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 1.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07