Hi list,
For some reason, my reload function is not working, it should
immediately reload the index page in NN, but I am finding that
I have to manually click the reload button on my browser.
Here is the function that I'm using, can anyone see if I have
missed something. Is there another function that should be
in there too re reload/resizing, etc.:
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {
if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth;
document.MM_pgH=innerHeight;
onresize=MM_reloadPage;
}
}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
TIA,
Jan
--
http://www.jdvisions.com
Web Development and Design
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
- [wdvltalk] RE: Reload function for NN Jan Major
- [wdvltalk] RE: Reload function for NN David Blakey
