| |
rneilross
Posts: 1
Score: 0
Joined: 11/5/2002
From: USA
Status: offline
|
I'm in need of help on the syntax of doing a client-side vbscript page refresh... currently I accomplish this task with a javascript that looks like this: document.location=history.go(0); I use the history object so that I don't have to worry about URL parameters that exist on the page... so how does the syntax differ in vbscript??? window.navigate=history.go(0);??? TIA for any help... neil ross neil ross
|
|