Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Always On Top 1

Status
Not open for further replies.

Deltaflyer

Programmer
Oct 11, 2000
184
GB
How do i open a window and make sure that it is
&quot;ALWAYS ON TOP&quot;. I know that <body onlosefocus=this.focus> will work but i want to be able to use other apps as well.

Can anybody help?
DeltaFlyer ;-)

DeltaFlyer - The Only Programmer To Crash With Style.
 
This is simple in IE, and you have two choices:

a custom modal dialog box like an alert,


a custom modeless dialog box, like the Find (ctrl-f) function in IE:


In netscape, you must use a signed script, and pass the always-raised attribtue or seomthing to a window.open call (not too sur eon how this works) jaredn@eae.net -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top