Hi.
I have an .aspx page that I'm trying to get to fire some Javascript on an Enter Key press inside a text box in a Firefox browser.
Here is the .aspx/html code:
<input type="text" runat="server" id="tbSearch" onkeypress="jav ascript:SearchE nter();">
And here is the java it's trying to fire:
function SearchEnter()
{
...