Can anyone tell me how I refresh the BaseWindow, in VB script in a DHTML application.
I can write to the status bars etc. , but don't seem to be able to find a refresh option.
Any takers ?
Printable View
Can anyone tell me how I refresh the BaseWindow, in VB script in a DHTML application.
I can write to the status bars etc. , but don't seem to be able to find a refresh option.
Any takers ?
You will have to use reload the document.
Use location.href property to do this.
-abhijit
Can you be a bit more specific ?