• NAXJA is having its 18th annual March Membership Drive!!!
    Everyone who joins or renews during March will be entered into a drawing!
    More Information - Join/Renew
  • Welcome to the new NAXJA Forum! If your password does not work, please use "Forgot your password?" link on the log-in page. Please feel free to reach out to [email protected] if we can provide any assistance.

web page auto login help.....

Ghost

Member Number 257
NAXJA Member
I have this script I use on one of my computers to log in a game I play with a double click of an ie icon. It works on my laptop but not my standard system at home. I think it might have to do with it runing ie7. Anyone know how to make it work on the big tower at the house? Here is the code:

<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<body onload="document.koc.submit();">
<form action="http://www.kingsofchaos.com/login.php" method="post" name=koc>
<input type="hidden" name="usrname" value="xxxxxx">
<input type="hidden" name="uemail" value="xxxxxxxxxxxx.net">
<input type="hidden" name="peeword" value="xxxxxxxx">
</form>
</body>
</html>

Why would it work fine on one system and not on the other?
 
Compare your security settings in IE. Have you tried it with firefox ?
 
Back
Top