 | 
04-09-2009, 09:38 AM
| | Member | | Join Date: Jan 2009
Posts: 54
| | Make Window Come To Front Add onload="self.focus();" to the body tag, like this:
<body onload="self.focus();">
As soon as the window is fully loaded, it will "take focus" and move in front of any other open windows. |  Sponsored Ads | | Member | | Join Date: LongTime Posts: 1100 | | New Sponsored Ads This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today! | 
06-23-2009, 10:10 AM
| | Senior Member | | Join Date: Jun 2009
Posts: 203
| | Make Window Come To Front I use simple Java script to open my secondary or pop-up windows. When someone clicks on a link the windows opens in front of the parent window. However if I was to click back on the parent window and select the same link again it will only reload in the background. Is there a code that can be added to make the window position itself again in the front? Quote:
<SCRIPT language="javascript">
<!--
function createWindow(cUrl,cName,cFeatures) {
var xWin = window.open(cUrl,cName,cFeatures)
}
//-->
</SCRIPT>
<a href="javascript:createWindow('/disclaimer.htm','window2','left = 20,top = 20,width=470,height=250,toolbar=0,scrollbars=0,loc ation=0,statusbar=0,menubar=0,resizable=1')">Click
here</a>
| |  Sponsored Ads | | Member | | Join Date: LongTime Posts: 1100 | | New Sponsored Ads This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today! | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT. The time now is 04:29 PM. |  | |