Hi all,
How do I refresh a webpage using Javascript ? beside using the window.navigate method ?
Thanks
Printable View
Hi all,
How do I refresh a webpage using Javascript ? beside using the window.navigate method ?
Thanks
Hey,
you could try something like this depending on how you want to call upon the refresh. But this should work.
javascript:top.frames[2].location.reload();
Good luck
Thanks Mr Base for the tip. Cheers