Mozilla weirdness
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&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.