Forum Moderators: mack
SO, I now have a full-fledged website at [widgets.com...] and I want to redirect any accidental visitors to the old one to the new one. But the retarded old website has two places for me to enter the meta refresh tag: in the text box in the top frame or in the bottom frame. How do I get visitors to my new site, NO FRAMES INCLUDED? Thanks!
I know there's a javascript way to do this, but I have really no understanding (yet!) of how to write that code...
Put this anywhere:
<script type="text/javascript">window.location.href="http://www.widgets.com/"</script> and this in the meta-block (the top one)
<META HTTP-EQUIV=Refresh CONTENT="1; URL=http://www.widgets.com/"> and this in the body text:
Site moved: <a href="http://widgets.com/">CLICK HERE FOR THE NEW SITE</a> /claus