Crimson
10-12-2002, 05:53 AM
On my homepage, I have favourite links and other stuffs for easy access when I click on IE. I want to add in the sign in slots for Hotmail and ICQMail. I got the Hotmail login slot working, but I can't get the ICQMail one working. :(
I just want the password slot showing, with the sign in name ALREADY entered, but not shown on the browser. This way, I just have to type in the password and press Enter. Everyone know what I'm talking about?
Copy & paste the below section into TXT and save it as .html to see what I mean.
<html>
<head>
<link rel="stylesheet" href="/cgi-bin/dasp/EN/hotmail___905000051.css">
</head>
<body bgcolor="#ffffff" topmargin=0>
<form name="passwordform" action="https://loginnet.passport.com
/ppsecure/post.srf" method="POST" target="_top"
AUTOCOMPLETE="OFF" >
<!-- loginerr.asp -->
<input type="hidden" name="domain" value="hotmail.com">
<input type="password" name="passwd" size="08" maxlength="08">
<input type="hidden" name="curmbox" value="F000000001">
<input type="hidden" name="login" value="enterusernamehere">
<input type="hidden" name="ishotmail" value="1">
<input type="hidden" name="reauth" value="yes">
<input type="hidden" name="sec" value="no">
<input type="hidden" name="rru" value="">
<input type="hidden" name="_lang" value="EN">
<input type="hidden" name="js" value="no">
<input type="hidden" name="id" value="2">
<input type="hidden" name="fs" value="1">
<input type="hidden" name="cb" value="_lang=EN">
<input type="hidden" name="ct" value="1034394332">
<input type="hidden" name="mspp_shared" value="">
<input type="hidden" name="svc" value="mail">
<input type="hidden" name="beta" value="">
<script language="JavaScript">
<!--
document.passwordform.passwd.value='';
document.passwordform.js.value="yes";
document.passwordform.passwd.focus();
function CheckSecurity()
{
return true;
}
//-->
</script>
</body>
</html>
I know ICQMail is different. But can someone help me out? I'm still new in JavaScript, so go easy on me. :) Thanks for help.
I just want the password slot showing, with the sign in name ALREADY entered, but not shown on the browser. This way, I just have to type in the password and press Enter. Everyone know what I'm talking about?
Copy & paste the below section into TXT and save it as .html to see what I mean.
<html>
<head>
<link rel="stylesheet" href="/cgi-bin/dasp/EN/hotmail___905000051.css">
</head>
<body bgcolor="#ffffff" topmargin=0>
<form name="passwordform" action="https://loginnet.passport.com
/ppsecure/post.srf" method="POST" target="_top"
AUTOCOMPLETE="OFF" >
<!-- loginerr.asp -->
<input type="hidden" name="domain" value="hotmail.com">
<input type="password" name="passwd" size="08" maxlength="08">
<input type="hidden" name="curmbox" value="F000000001">
<input type="hidden" name="login" value="enterusernamehere">
<input type="hidden" name="ishotmail" value="1">
<input type="hidden" name="reauth" value="yes">
<input type="hidden" name="sec" value="no">
<input type="hidden" name="rru" value="">
<input type="hidden" name="_lang" value="EN">
<input type="hidden" name="js" value="no">
<input type="hidden" name="id" value="2">
<input type="hidden" name="fs" value="1">
<input type="hidden" name="cb" value="_lang=EN">
<input type="hidden" name="ct" value="1034394332">
<input type="hidden" name="mspp_shared" value="">
<input type="hidden" name="svc" value="mail">
<input type="hidden" name="beta" value="">
<script language="JavaScript">
<!--
document.passwordform.passwd.value='';
document.passwordform.js.value="yes";
document.passwordform.passwd.focus();
function CheckSecurity()
{
return true;
}
//-->
</script>
</body>
</html>
I know ICQMail is different. But can someone help me out? I'm still new in JavaScript, so go easy on me. :) Thanks for help.