HTML Redirect

Does anyone see anything wrong with my redirect? My internet explorer just shows page cannot be displayed.

[php]tr WIDTH=“1000” align=“center” valign=“middle”>



function redirect1()
{
self.location=‘file://rid-proeserver/MACHINE INFO/<?php echo $dept."/".$equip ."/" ?>Electrical’
}
[/php]

Well, that is actually not an HTML redirect.

Place the following tag anywhere in the tags.

<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
Sponsor our Newsletter | Privacy Policy | Terms of Service