01110100110101010101011101100010
Automatic Login and pop-up block on I-ON
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………..
| Print article | This entry was posted by Ankur Shrivastava on April 9, 2008 at 9:28 am, and is filed under Special, college. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |





about 2 years ago
Gooood except why does it have to be ankur.html ????????????
about 2 years ago
arre do it as you wish bhai ab koi to naam dena hi tha na!!!!!
about 2 years ago
You are enforcing your name like microsoft is enforcing windows!!!!!!!!
about 2 years ago
Nice one….
Next idea: a script that would check if the account has been logged out and then auto login…
about 2 years ago
k no problem will defiantly try this but i guess i should study for the sessionals now………..
about 2 years ago
@djays what the hell suddenly i am feeling like only i have done all the bad things to the world
about 2 years ago
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
about 2 years ago
This may be an alternative
Though I havnt tested it… It should work, my JavaScript skills are weak
about 2 years ago
@ Manish Sinha
I dont see any code
about 2 years ago
If it does work, I would say keep his name. He devised the trick, at least give some credit!
about 2 years ago
most probably the
tags don't work in the comments.....I remember such a bug from one of the previous wordpress versionsabout 2 years ago
^^ see?
I wrote code within the tag brackets…it hasn’t appeared
about 2 years ago
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
about 2 years ago
well done keep it up:)
about 1 year ago
it rocks!
thanks a lot………..
about 1 year ago
@ravi
@ rkumar
Thanks people!!!