Log in

View Full Version : Run HTML page on IPAQ minimized


rdodd
10-01-2003, 07:45 PM
Does anyone now how to run a *.htm page on your ipaq minimized??

dean_shan
10-01-2003, 10:47 PM
What do you mean? You can open html files with PIE.

rdodd
10-02-2003, 03:51 PM
I asked if how to run a web page on your PPC minimized.... However, I found out how to do it used a javascript to blur the window check it out

<body onload="javascript:window.blur()">

This statement will open a htm file and then minimize it so that you can see that it is running. GREAT option if you want to run something from a htm file and not let the user know it is running. HINT HINT.

Thanks :mrgreen: