PDA

Click to See Complete Forum and Search --> : Get money for helping me... up to 250$


Hive Alien
Mar 7th, 2000, 06:46 PM
Hi.. I am programmer from Germany and I need help...

I ve to write a program which blocks a specified site from loading when a special html code is in it... Now... how can stop Netscape or IE loading the site? When u send me a code I am also able to pay u some money... UP TO 250$. Mail me: Hive@directbox.com My Icq#: 49557212

privoli
Mar 8th, 2000, 03:01 PM
Try...

<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.site.com/newurl.html">
</HEAD>
</HTML>

Most HTTP Compliant browser will simply redirect them selves.

privoli
Mar 8th, 2000, 03:01 PM
Try...


<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.site.com/newurl.html">
</HEAD>
</HTML>


Most HTTP Compliant browser will simply redirect them selves.