PDA

Click to See Complete Forum and Search --> : Refreshing the BaseWindow


TheBionicOrange
Jun 15th, 2001, 04:15 AM
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 ?

abhijit
Jun 15th, 2001, 06:42 AM
You will have to use reload the document.
Use location.href property to do this.

-abhijit

TheBionicOrange
Jun 15th, 2001, 06:52 AM
Can you be a bit more specific ?