Hi
I have problem with javascript code. Following is my code
<div class="col1"><i nput name="loginName " type="text" class="txtbox" value="collins_ sd@hotmail.com" ></div>
<div class="col1"><i nput name="password" type="password" class="txtbox" value="collins" ></div>
<div class="go_but"> <a name="bttngo" href="#" onclick="return checkLogin();"> GO »</a></div>
i want when i put password and press enter it should go to my next page. my go button is coming from css. it is href tag. if i used bttn as a image then i is possible. but for css button what code should i use.
Please help me thanks in advance.
I have problem with javascript code. Following is my code
<div class="col1"><i nput name="loginName " type="text" class="txtbox" value="collins_ sd@hotmail.com" ></div>
<div class="col1"><i nput name="password" type="password" class="txtbox" value="collins" ></div>
<div class="go_but"> <a name="bttngo" href="#" onclick="return checkLogin();"> GO »</a></div>
i want when i put password and press enter it should go to my next page. my go button is coming from css. it is href tag. if i used bttn as a image then i is possible. but for css button what code should i use.
Please help me thanks in advance.
Comment