• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Mozilla weirdness
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mozilla weirdness


  • Subject: Mozilla weirdness
  • From: Jonathan Rochkind <email@hidden>
  • Date: Tue, 02 Sep 2003 17:08:15 -0500

This is not a WO issue, really, it's a Mozilla issue, sorry if that's inappropriate, but...

I am trying to do execute some javascript, of the form:

otherWindow.location.href = 'http://somewhere.com/something?one=foo&two=bar

This works fine in IE. In Mozilla, Mozilla insists on 'escaping' the & before sending it to the server. So the request to the server looks like:
http://somewhere.com/something?one=foo&amp;two=bar


Which is obviously not what I want at all. I want what I said. This is highly annoying. Anyone run into this, and figured out a workaround? [Note: using location.replace() instead of location.href; same thing, still weirdly escapes the &].

--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: EOModeler : NSTimestamp - Factory Method / Conversion Method
  • Next by Date: Re: Deployment problem on OS X
  • Previous by thread: Re: Deployment problem on OS X
  • Next by thread: Real stuck following D2J example (again)
  • Index(es):
    • Date
    • Thread