| | 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 |

