Mobile & Cell Phone Java Games forum

Mobile & Cell Phone Java Games forum (http://www.gamemobile.co.uk/mobile-phone-games-forum/index.php)
-   Ask the Team (http://www.gamemobile.co.uk/mobile-phone-games-forum/forumdisplay.php?f=14)
-   -   Browser compatability issue (http://www.gamemobile.co.uk/mobile-phone-games-forum/showthread.php?t=116)

wraith 11-14-2005 10:32 PM

Browser compatability issue
 
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.

m3u1k3 11-17-2005 10:32 AM

jscript
 
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


All times are GMT. The time now is 12:19 AM.

Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.