PDA

View Full Version : self.location.reload()


regagnon
11-28-2006, 12:35 PM
:confused:
Hi

I have a form and to reset the form I'm using the following; self.location.reload().

This works well with IE and with Netscape 4.7, but not with Netscape 7 or Firefox.

If I do shift plus click on the reload button, that works

Is there a code to do the shift plus reload?

Thanks

Cheers

Ren

;)

regagnon
11-28-2006, 02:08 PM
I got it guys.

self.location.reload(true)

Thanks for your help.

cheers

Ren