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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to have a pop up window open automatically on the home page 1

Status
Not open for further replies.

obliex

IS-IT--Management
Jul 24, 2003
28
SG
Hi. ..

I need to have a small pop up window on the home page of the website. What should I do?

Thks in advance.

Regrads
obliex
 
One of many ways:

<script language=&quot;JavaScript&quot;>

<!--
function openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->

</script>
</head>

<body bgcolor=&quot;#FFFFFF&quot; onLoad=&quot;openBrWindow('Page.html','','width=300,height=300')&quot;>


[sup]
quoteleft.gif
Well, that seems to be the situation. But I don't want that. And you don't want that. And Ringo here *definitely* doesn't want that.
quoteright.gif

- Jules
 
select the body tag and click behaviours>Open Browser window>set the attributes you require>make sure the trigger is set to onLoad.

Cheech

[Peace][Pipe]
If you don't stand up for something, you'll fall down. Toke it Easy.
Howard Marks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top