-----Original Message-----
From: Alexander Brill [mailto:[EMAIL PROTECTED]
self.writeln('''
<script LANGUAGE="JavaScript">
<!--
if (top.location.href.indexOf("index.html") == -1)
document.writeln('<META http-equiv="refresh"
content="1,http://www.foobar.com">');
// -->
</script>
''')
<META HTTP-EQUIV=REFRESH CONTENT="7; URL=/news/TECH_Front.asp?0dm=C---T&ta=y">
Note they have the URL= tag embedded within the content.
Your sample code has content= #,URL
It shoudl be #;URL
(semicolon rather then a comma) - http://www.htmlhelp.com/reference/html40/head/meta.html
-Aaron
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
