Hallo erstmal an alle,
hab nen code bekommen den mit hilfe von http://www.jslint.com/ verbessern muss
Folgender Fehler wird angezeigt:
Problem at line 12 character 20: Expected '{' and instead saw 'with'.
if (init===true) with (navigator) { if ((appName=="Netscape")&&(parseInt(ap...
Problem at line 12 character 20: Expected an identifier and instead saw 'with'.
if (init===true) with (navigator) { if ((appName=="Netscape")&&(parseInt(ap...
Problem at line 12 character 20: Stopping, unable to continue. (6% scanned).
hier ist der schnipsel des Codes welcher betroffen ist:
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();}
}
Seit gestern verzweifle ich drann x_x
Kann mir jemand helfen?