![]() |
|
#1
|
|||
|
|||
|
Hi, great site, brilliant in almost every respect and I'm a web site/application developer and don't hand out praise lightly.
However I have a problem with the login page reloading constantly and immediately upon loading. I suspect there in incompatibility with the javascript reload/resize function and my browser (Konqueror 3.2.2 on KDE 3.2.2 on Gentoo Linux (kernel 2.4.28). I appreciate that this probably only affects about 0.01% of your customer base but thought I'd let you know. It's fine when I disable Javascript for viewing pages on your domain(s) though. |
|
#2
|
|||
|
|||
|
Hi, I guess it is the following code:
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(); } My understanding is applications such as dreamweaver used to stick this code in automatically |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|