Click to See Complete Forum and Search --> : Prevent Ad to show.


D1gTaL_K0z
10-22-2003, 10:56 PM
I went to http://dot.tk and registered a domain with them.

Its basically a free forwarding service using a .tk domain.

Some of you may want to help me. Others will flame me for even asking this question, but none the less...
This is the source which I obviously don't have access to. Is there a script that I can put on my site that will prevent the pop-up ad loading?
The "****" are the only parts that I can control.

___________________________________________________

<html>

<head>
<title>***</title>
<meta name="description" content="***">
<meta name="keywords" content="***">

<script language = "JavaScript">
<!-- hide start
function popup() {
window.open("http://banners.dot.tk/banner?fldpromonr=1&fldbannernr=0&flddomainnr=2793234","bannerpopup","height=100,width=486");
}
// hide end -->
</script>

</head>

<frameset onLoad="JavaScript:popup()" rows="*,1" framespacing="0" border="0" frameborder="NO">
<frame src="*****http://myurl.com*****" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>

<noframes>
<body>
</body>
</noframes>

</html>
___________________________________________________
Thanks Again for your help.
I'm sure if this is posible it will save many money and pop-ups.

pyro
10-22-2003, 11:05 PM
It isn't flaming you to point out that you probably had to agree to allow the host to put the ads on your site, and removing them would be a violation of that agreement. There are free hosts that do not have ads, as well as for-pay hosts that have execellent service at a reasonable price.

D1gTaL_K0z
10-23-2003, 09:01 AM
Is there a web host that does what i need. For very cheap.
I have my own space i just want a simple domain name that would forward to my page.

AdamGundry
10-23-2003, 11:39 AM
IIRC, don't DotTK give you the option of disabling the ads if you want? Or have they changed that?

There are plenty of hosts available, depending on exactly what you want. If you want .co.uk forwarding, 1 & 1 (http://oneandone.co.uk/) is a good choice.

Adam