On Jan 23, 2006, at 10:44 AM, Randal Hunting wrote:
At 6:28 PM -0600 1/22/06, John R. Sweeney Jr wrote:
on 1/22/06 5:26 PM, Neil at [EMAIL PROTECTED] wrote:
John...
Have you tried having some simple javascript in your html page?
You could use something like
<body onload="self.focus()" >
That should bring the browser to the front.
I don't know if there are 'issues' among the different browsers but
you could try it out.
Possible workaround:
Have a local simple web page that you call that just has some
simple javascript in it -- a focus statement and a javascript print
statement that creates a meta-redirect. Then you simply always pass
the desired URL to this page as a variable.
Kind of ugly, but it would work and solve your problem.
You could have an html with the following:
<SCRIPT type="text/javascript">
focus();
window.location.replace("http://www.yoururl.com/")
</SCRIPT>
Kevin M. Dean
Vice President/Multimedia Producer
[EMAIL PROTECTED]
<http://www.rhubarbproductions.com/>
Creative Multimedia - Web Design/Hosting, CD-ROMs, Kiosks
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]