PDA

View Full Version : How can I make my own popups?



marcuscable
October 23rd, 2002, 09:52
How can I make my own pop up ads for free? :confused:

Jan
October 23rd, 2002, 09:56
Ummmm....more information? :confused:

marcuscable
October 23rd, 2002, 09:59
It needs to be free and will be about sponsors and promotion for my site.

Jan
October 23rd, 2002, 10:08
So you want to know how to make a popup? Moving to HTML forum.

Basically you make a regular page with all the info you want to include then add somewhere in the code something like this.....

<p><!--Start On-Enter Background Pop-Up Window--><script LANGUAGE="JavaScript">
<!--
browserVer = parseInt(navigator.appVersion);
SX=window.open('http://www.'yourpopupsitegoes here.com','SXback','toolbar=1,location=1,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=300');
if( browserVer >= 4) {
window.focus() ;
}
// -->
</script>

marcuscable
October 24th, 2002, 09:17
This is very helpful!

Will you please look at my website and give me suggestions on how to embellish it? Thanks.