Refresh page via vbscript? 
Author Message
 Refresh page via vbscript?

This should work:

Response.Write("<script
language=JavaScript>window.location.reload()</script>")

BRgds,

Julio


Quote:
> I need to refresh my page under VBScript control.
> i.e. in certain curcumstances I need to simulate the user pressing the
> 'reload/refresh' button in the web browser.
> This is because I display dynamic error messages on this screen which
> sometimes appear from a previous execution. I display or blank out these
> mesages via session variables but if the page is cached they still
> appear.
> Can I do this in Vbscript?

> *** Sent via Developersdex http://www.*-*-*.com/ ***
> Don't just participate in USENET...get rewarded for it!



Mon, 09 Aug 2004 07:10:12 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Dynamic page refresh via http-equiv meta tag

2. Refresh Web Page via ActiveX (VB)

3. Refreshing Page through Jscript or VBScript

4. Help with Refreshing a Page with VBScript

5. Refreshing the page using VBScript?

6. Read source of HTML-page into a text file via VBScript

7. Editing a web page (FrontPage) via VBScript

8. Jumping to new page via VBScript?

9. Read source of HTML-page into a text file via VBScript

10. Modifying Client Computer from a web page via VBScript

11. Launch HTML page within Excel via VBScript

12. printing an excel value on a web page via vbscript

 

 
Powered by phpBB® Forum Software