Forum Moderators: phranque
I saw your script while searching javascript.internet.com.
What I was looking for is a way to return to an input field and place focus on it after I show an alert and play a sound. This is for an order entry thing we are trying to develop for our company.
I have tried
Alert("Too Many Parts Scanned")
document.formname.fieldname.value = "";
document.formname.fieldname.focus();
but it doesn't seem to work.
Can you help me?
Thanks
Mark Weiss