-
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: [email protected] My Icq#: 49557212
-
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.
-
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.