Hi
now I have looked into my "acces.log"
---------
127.0.0.1 - - [04/Jun/2004:10:04:30 +0200] "GET /infostreamweb/jobtk/index.php HTTP/1.1" 200 1442
127.0.0.1 - - [04/Jun/2004:10:04:54 +0200] "GET /infostreamweb/jobtk/index.php HTTP/1.1" 200 1442
127.0.0.1 - - [04/Jun/2004:10:04:54 +0200] "GET /infostreamweb/check.js HTTP/1.1" 304 -
127.0.0.1 - - [04/Jun/2004:10:04:54 +0200] "GET /infostreamweb/win.css HTTP/1.1" 304 -
127.0.0.1 - - [04/Jun/2004:10:04:54 +0200] "GET /infostreamweb/image/InfoStreamLogo.jpg HTTP/1.1" 304 -
127.0.0.1 - - [04/Jun/2004:10:05:10 +0200] "POST /infostreamweb/jobtk/index.php HTTP/1.1" 200 2373
127.0.0.1 - - [04/Jun/2004:10:05:10 +0200] "GET /infostreamweb/jobtk/jobtk.php?USER=guest&UIN=a746432b600c0fc34770ffffdcb69c41&login_first=yes&offen=true HTTP/1.1" 200 16684
127.0.0.1 - - [04/Jun/2004:10:05:22 +0200] "GET /infostreamweb/jobtk/jobtk.php?USER=guest&UIN=a746432b600c0fc34770ffffdcb69c41&login_first=yes&offen=true HTTP/1.1" 200 16684
127.0.0.1 - - [04/Jun/2004:10:05:22 +0200] "GET /infostreamweb/check.js HTTP/1.1" 304 -
127.0.0.1 - - [04/Jun/2004:10:05:22 +0200] "GET /infostreamweb/win.css HTTP/1.1" 304 -
127.0.0.1 - - [04/Jun/2004:10:05:23 +0200] "GET /infostreamweb/include/menu_com.js HTTP/1.1" 304 -
----------
The image
InfoStreamLogo.jpg is the image which does not show correct in http. The file check.js is the external javascript file.
My Mozilla Javascript Console shows
----
Error: syntax error
Source File: [
localhost...]
Line: 2
Source Code:
}
----------
it shows me the check.js file as
-------------
ument.forms[0].SINGLEUSER.checked=false;
}
if(document.forms[0].MULTIUSER.checked==true)
{
//document.forms[0].SINGLEUSER.checked=false;
document.forms[0].accountname.value="*";
document.forms[0].accountname.disabled=true;
}
else
{
document.forms[0].accountname.disabled=false;
}
}
-------------
there are missing some lines in the javascript function
but why?
Curious thing:
when i run the website with https again
all is correct
any idea?
regards
hawk