Anyone know why this is giving an error message?
<SCRIPT LANGUAGE="javascript">
if (self==parent)
{
document.write('<b>THIS IS A FRAME ELEMENT</B>')
document.write('You will be transported to frames in a second')
document.write('<META HTTP-EQUIV="refresh" CONTENT="1; URL=index.htm">')
}
</SCRIPT>





Bookmarks