Anyone have any idea how i can make the following textbox called rfidentry produce a beep noise upon a string of numbers being input into it?
PHP Code:<%
workorder = Request.Form("workorder")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> ############### </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content=" add page description... " />
<meta name="keywords" content=" add keywords... " />
<link href="_layout/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#Text1
{
width: 234px;
height: 26px;
}
</style>
</head>
<body onLoad="document.rfidentry.rfid.focus()">
<div class="logo" onclick="document.location='default.asp';">
</div>
<div id="round_top"></div>
<div id="content" class="fixed">
<div id="maincontent" class="fixed">
<h2>Shop Floor Data System </h2>
<h3 class="maincontent" style="margin-top:15%">Please swipe your <bold>T & A fob</bold> at the reader.
<form name="rfidentry" action="works_order.asp" method="POST">
<input type="password" name="rfid" style="width: 321px; height: 26px"/>
<input type="hidden" name="workorder" value="<%=workorder%>"/>
</form>
<br>
<img class="img-center" src="_layout/images/rfid.gif" style="width: 210px; height: 210px"/>
<br>
</h3>
</div>
</div>
</body>
</html>









Bookmarks