
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!