Click to See Complete Forum and Search --> : jsp/window


HEMA
12-30-2002, 01:18 PM
Hi,

I have one Object tag in my html andi want to download some file automatically once the user does not have the correct version of the file.

It is working finr with windows NT, but does nto work fine on Windows XP?

But is one manually clicks on Reload button then the file starts getting downloaded correctly.

My question is : Parent.framename.history.go(0) , what does this mean? can anyone please guide, it is very urgent.

thank you

khalidali63
12-30-2002, 02:32 PM
history.go(0)
Will load itself

history.go(-1)
this will go a page back in history

history.go(1)
this will go a page forward in history

Khalid