
Help with Refreshing a Page with VBScript
Perhaps someone could help me find the code to refresh the browser page
with the press of a button on the page.
The application is the buttons that enable a user to scroll through a
recordset in a form displaying one record at a time.
Using ASP.
Currently, the MoveNext button only works the first time it is pressed.
Thereafter, the URL is identical and so does not refresh. Pressing the
browser refresh button does then advance one record in the form.
So if I could append the refresh-page code to the button, it would call the
URL & refresh the page which would constantly advance the records through
the form.
Anyone : ) ??
R.P.