<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I agree that I should use </FONT><FONT size=3>location.href = 
myURL, but that does not fix the problem.&nbsp; It still does not work in 
FF./</FONT></DIV>
<DIV>Del</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=peter@brunone.com href="mailto:peter@brunone.com">Peter Brunone</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, June 18, 2007 2:01 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> re: [Javascript] location.href 
  fails in Firefox</DIV>
  <DIV><BR></DIV>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>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Javascript mailing 
  list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE></BODY></HTML>