> I don't know if this is a javascript thing but I have a
> website that has
> several links on the front page that produce a 'pop-up'
> window to various
> files. Everytime they click on a different link I have it set
> up so that the
> same 'pop-up' window is used to show a different file. The
> problem is if
> someone has there Netscape or IE 'Maximized' the first link
> they click on
> shows up but then for the rest the 'pop-up' falls behind the
> 'Maximized'
> main window. <snip>

In the body tag of the pop-up window code, insert an onLoad command that
will bring focus to the pop-up window each time it's loaded. Something
like so:

  <body onLoad="window.focus();">

hth,

ron allen hornbaker       ����
mailto:[EMAIL PROTECTED]        ~
humankind systems, inc.
http://humankindsystems.com/LoftCam



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to