Last time I checked, location.href was a property and not a method.&nbsp; IE may have a supplemental attribute for this, but the standard way to do it is <br><br>location.href = myURL<br><br>rather than the approach below.<br><br>Cheers,<br><br>Peter<br><br><font face="Tahoma, Arial, Sans-Serif" size=2>
<hr align=center width="100%" SIZE=2>
<b>From</b>: "Del Wegener" <a href="mailto:del@delweg.com">del@delweg.com</a><br></font><br>Good Day;<br>I compute myURL and then change the page with the statement <br>location.href(myURL).<br>This works fine when viewing the site with IE6 or IE7, but fails when <br>viewing the page with Firefox.<br>I have inserted an alert statement as an attempt to debug and myURL is <br>computed correctly and is exactly the same regardless of the browser.<br><br>Does Firefox treat location.href differently?<br><br>What must I do to fix this ?<br><br><br>Thanks for any help<br><br>Del<br>del@delweg.com<br>