fatora
07-31-2003, 09:55 PM
hey!! new problem here. hehe
well the thing is i uploaded my we to othehost and i use to add to Hlm code this: <nobanner>, and this way the banners will appear as pop ups
but in this server that deosnīt work, do you know what code could i use??
thanx alot
i know i never say it but youīre my saviors ^__ ^
SizzZzlinhair
07-31-2003, 10:25 PM
Not sure what you mean.. but here's the pop up code that I used for my site:
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Thank you http://www.peachie.nu -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,men ubar=0,resizable=0,width=###,height=###,left = ###,top = ###');");
}
// End -->
</script>
<center><A HREF="javascript:popUp('URL')">Text here</A>
Change the things in bold to your preferences.. for the places where it says '###' you have to put a number..
width=### is how wide you want your pop up to be.
height=### is how tall you want your pop up to be.
left=### is how far away from the left you want your pop up to be.
top=### is how far from the top you want your pop up to be.
URL is where you put the URL of the page you want your pop up to be.
Text here is where you put what you want the text to the pop up link to say.
fatora
07-31-2003, 10:44 PM
no no is not this, is when you have a website, thereīs always a thing like a comercial( donīt know the name) and some hosters put that thing into the web and i want to make tha comercial thing as a pop up
SizzZzlinhair
07-31-2003, 10:51 PM
Ohh, I see what you mean. I'm not sure that you can do that.. you mean the banner ad at the top of sites?
I don't think you can make it a pop up, but I'm not positive.. I would just move my layout down a bit so that there's room for the ad and it doesn't get in the way if I were you.
fatora
07-31-2003, 11:38 PM
layout doesnīt represent a problem coz this banner moves all the layout so everything is show up but the thing is i donīt want it there, and it can be a pop up coz i saw other webs with that hoster and no banner, just pop ups
thanx anyway ^__^
SizzZzlinhair
08-01-2003, 01:06 AM
No problem. I'll keep an eye out for the code you want and PM you if I find it :)