eSnips.com - Snip, store and share anything you like
-1) {
theform = document.forms["FormMainSignIn"];
}
else {
theform = document.FormMainSignIn;
}
theform.ns_EventTarget.value = eventTarget.split("$").join(":");
theform.ns_EventArgument.value = eventArgument;
theform.submit();
}
function window_onkeydown(e)
{
if (e.keyCode == 13)
{
var actionSt = null;
var src = e.srcElement;
// Firefox uses target
if (src == null)
src = e.target;
if (src.id == "txtPassword")
{
if (src.value.length > 0)
actionSt = "signin";
}
else if (src.id == "txtSearchTerm")
{
if (src.value.length > 0)
actionSt = "search";
}
if (actionSt != null)
{
e.returnValue = false;
ns_SendPostBack(actionSt, '');
}
}
}
// -->
tour
download
join
sign in
Search: ...
All rights reserved.