-
Anchor and Querystring Parameters in IE
Hi there,
I am on a development team and we came across something that I do not know
if it is an IE bug or if we need to redesign our query strings in the URL.
The issue we have is that IE is not recognizing any querystring parameters
if the URL has an anchor destination in it. Netscape has no problem with
this.
For example, let our URL be:
http://www.mysite.com/messages.html#...=2&TopicsID=27
The anchor is: #ID34 (which refers to the message with ID of 34)
The quertstring parameters are:
1) ClubsID with value 2
2) TopicsID with value 27.
The end result that is trying to be reached is to come to the messages.html
page that list messages only for topic with ID of 27 and club with ID of
2 ,and then within that page, have the browser go to the message with ID
of 34. The problem that is happening is that IE does not recognize the query
string parameters (ClubsID and TopicsID) unless I take out "#ID34". I also
notice that unless I take out the querystring (everything after the "?"),
the anchor does not work either. So, I can have:
http://www.mysite.com/messages.html#ID34
or
http://www.mysite.com/messages.html?...=2&TopicsID=27
BUT I cannot have both. Again, Netscape has no problem with this, but IE
does. And we need to have both the anchor and the querystrings within the
same URL. Help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks