PDA

View Full Version : Auto Click Problem



XgenMen
05 Jan 2010, 05:37 AM
<html>
<BODY>


<FORM class=openid action=http://www.4shared.com/index.jsp
method=post><B class="big green">Pre-Scripted logger for 4Shared.com</B>
<DIV style="MARGIN: 5px 0px"><SPAN id=userNameAndPasswordForm><INPUT
class=fieldhint id=loginfield onblur=showLogin();
style="WIDTH: 75px" value="MIJNMAIL@MIJNMAIL.NL"
name=login> <INPUT class=fieldhint id=passfield
onblur=showPassword(); style="WIDTH: 75px"
type=password value=MIJNPASWOORD name=password> </SPAN><SPAN
id=openid_identifier style="DISPLAY: none"><INPUT
class="field openid_url" id=openid onblur=showOpenId();
style="WIDTH: 123px" onfocus=clearOpenId(); name=openid> <A
class=float href="http://openid.net/" target=_blank><IMG
class=absmid height=16 alt=""
src="http://www.4shared.com/images/icons/16x16/howto.gif" width=16>

<TBODY>

<TD class=box1br></TD></TR></TBODY></TABLE></SPAN></A></SPAN><INPUT class=button style="WIDTH: 43px" type=submit value=Login>
</DIV>
<TABLE width="100%">
<TBODY>
<script language="javascript">

function autoClick() {
var elm=document.getElementById('http://www.4shared.com/index.jsp');
document.location.href = elm.href;

<!-- The goal is to use the autoclick instead of the login button -->
<!-- With the same result in this case Invalid e-mail address or password CAN SOME HELP WITH THIS -->

}
</script>



<meta http-equiv="refresh" content="8;url=about:Tabs">


</BODY></HTML>