page refresh without focus

liunx

Guest
Hi,<br />
<br />
Is it possible to use a meta refresh tag on a page, and NOT have the page receive focus once it is refreshed? We have a pharmacy application. They keep open 1 browser for filling orders and another for documenting what meds are sent to the hospital's floors.<br />
<br />
Any help is greatly appreciated!<br />
Thanks!<!--content-->Try doing the body tag this way:<br />
<br />
<body onLoad="this.blur()"><br />
<br />
If that does not work then probably the only way you will get around it is to develop a page with both instances in seperate layers. Then you could use XMLHTTP to do the refresh of the layer without giving it focus.<!--content-->
 
Back
Top