Hi i have a form:
when i fill text into newprov and hit the enter key, i would expect the same behaviour as if i had used the mouse to click the button. However this is not happening. Can anyone clarify what i am doing wrong here?
cheers![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Tracey
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!
Code:
<form name=addprov onSubmit="return submitonce()" action="[URL unfurl="true"]http://aphrodite/cgi-bin/osmos.exe/maintprovpost">[/URL]
<input type=hidden name=id value="29">
<input type=hidden name=personid value="">
<input type=hidden name=record value="">
<input type=hidden name=from value="">
<input type=hidden name=skill value="">
<tr bgcolor="#98A5FC">
<td bgcolor="#FFFFCC">
<input type="text" name="newprov" size="40">
<input type="submit" class=ListButton onMouseOver="this.className='hoverListButton'" onMouseOut="this.className='ListButton'" name="Save" value="Add">
<input type="reset" class=ListButton onMouseOver="this.className='hoverListButton'" onMouseOut="this.className='ListButton'" name="Cancel" value="Cancel">
</td>
</tr>
</form>
when i fill text into newprov and hit the enter key, i would expect the same behaviour as if i had used the mouse to click the button. However this is not happening. Can anyone clarify what i am doing wrong here?
cheers
![[cheers] [cheers] [cheers]](/data/assets/smilies/cheers.gif)
Tracey
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!