Automatic Login and pop-up block on I-ON
Posted on April 9th, 2008 | by Ankur Shrivastava |Are you sick of the same I-ON login page that asks you to enable pop-ups every time you open your browser and try to access the Internet, are you sick of entering your username and password again and again. I think i have a very very simple solution for all your problems. Just copy the below code and save it as any name say ankur.html and just make it homepage of your browser and dont forget to replace “your username” and “your password” to the actual one you are using, now whenever you open your browser TaDa you are all set to go and one more thing if you dont want the pop-up you can just disable them no need to enable them
Copy from here
<script type="text/javascript">
function login()
{
document.loginframe.submit();
}
</script>
<body onload="login()" >
<form name="loginframe" method="post" action="http://192.168.150.2:8080/clntAuth/clntAuth_main.jsp">
<input type="submit" value="Sign In" >
<input type="hidden" name="loginID" value="your username">
<input type="hidden" name="loginpassword" value="your password">
<input type="hidden" name="flag" value="0">
<input type="hidden" name="popcheck" value="0">
</form>
</body>
Till here
This is a very simple method you can understand it just by reading the above code, i knew this method from a long time but have posted it now because of a recent event anyway dont forget to replace “your username” and “your password” to the actual one you are using
Happy Surfing!!!!!
PS - I will really be happy to hear if it helps you or not………..




16 Responses to “Automatic Login and pop-up block on I-ON”
By djays on Apr 9, 2008 | Reply
Gooood except why does it have to be ankur.html ????????????
By Ankur on Apr 9, 2008 | Reply
arre do it as you wish bhai ab koi to naam dena hi tha na!!!!!
By djays on Apr 9, 2008 | Reply
You are enforcing your name like microsoft is enforcing windows!!!!!!!!
By anomit on Apr 9, 2008 | Reply
Nice one….
Next idea: a script that would check if the account has been logged out and then auto login…
By Ankur on Apr 9, 2008 | Reply
k no problem will defiantly try this but i guess i should study for the sessionals now………..
By Ankur on Apr 9, 2008 | Reply
@djays what the hell suddenly i am feeling like only i have done all the bad things to the world
By Manish Sinha on Apr 10, 2008 | Reply
Go and show this script to the i-ON network manager. It may be over his head. May even shout “Its Hacking!!”
Nice idea man, but djay said correct, try out different names other than Ankur
By Manish Sinha on Apr 10, 2008 | Reply
This may be an alternative
Though I havnt tested it… It should work, my JavaScript skills are weak
By Ankur on Apr 10, 2008 | Reply
@ Manish Sinha
I dont see any code
By Swap on Apr 11, 2008 | Reply
If it does work, I would say keep his name. He devised the trick, at least give some credit!
By anomit on Apr 12, 2008 | Reply
most probably the
tags don't work in the comments.....I remember such a bug from one of the previous wordpress versionsBy anomit on Apr 12, 2008 | Reply
^^ see?
I wrote code within the tag brackets…it hasn’t appeared
By Ankur on Apr 12, 2008 | Reply
arre use the char set for that yaar
the same ” & gt ” and stuff we talked about in the PHP Workshop. i have used that only
By ravi on Aug 24, 2008 | Reply
well done keep it up:)