G
Guest
The HP t5520 Windows CE based thin client comes with a browser called
'Internet Explorer' - iehp.exe. It appears to have Java script
(Request.Browser.JavaScript = True). I want to use this browser in
conjunction with a 'keyboard wedge' magnetic card reader (and no keyboard) to
record the arrival of staff and to display information about the employees
jobs for the day. The webform has a textbox that must maintain focus so that
when a magnetic card is swiped, the card details are recorded and the form
submitted. Page_Load has textbox1.Focus which does the job fine in IE7, but
does not work with hpie.exe (Request.Browser.Type="Mozilla"). I know nothing
about Java script or how .Focus works. Is there any way of fixing this
problem, or is there a Windows CE browser that would make .Focus work?
'Internet Explorer' - iehp.exe. It appears to have Java script
(Request.Browser.JavaScript = True). I want to use this browser in
conjunction with a 'keyboard wedge' magnetic card reader (and no keyboard) to
record the arrival of staff and to display information about the employees
jobs for the day. The webform has a textbox that must maintain focus so that
when a magnetic card is swiped, the card details are recorded and the form
submitted. Page_Load has textbox1.Focus which does the job fine in IE7, but
does not work with hpie.exe (Request.Browser.Type="Mozilla"). I know nothing
about Java script or how .Focus works. Is there any way of fixing this
problem, or is there a Windows CE browser that would make .Focus work?