buttonclicking

free web hosting
Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

buttonclicking

suicide
Hi,
I currently have a button on a web page (a sign in button)
I just wondered is there any html code that I could add on to the end of the web page which would force the click, or mimic a user clicking on that sign in button.

(yes I am writting an auto sign in thingy)

in OO programming we use Button.click; to mimic this.. is there such thing in html?


this is the code i get highlighted if i click on the sign in button at design time

<input name=".save" type="submit" value="Sign In" class=buttonwhite></td>



thanks

Reply

OrbitPoints
something to try.

<html>
<script>
function submitonload()
{
document.autosubmit.Submit();
}
</script>

<body onLoad="submitonload();">

<form name="autosubmit">
<input type="submit" value="Sign In">
</form>
</body>
</html>

this is quick way, you may want to add <script language="javascript...">

and some other inputs on form smile.gif o and dont forget form action" smile.gif

Reply

FirefoxRocks
A better example of this would be:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<title>A sign-in form (automatic)</title>
&lt;script type="text/javascript">
function signIn() {
document.getElementById('logInForm').submit();
}
</script>
</head>
<body onload="signIn();">

<form action="theServerSidePage.php" method="post" id="logInForm"><div><input type="submit" value="Sign In"></div></form>

</body>
</html>

 

 

 


Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : buttonclicking


    Looking for buttonclicking






*SIMILAR VIDEOS*
Searching Video's for buttonclicking
advertisement




buttonclicking



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE