faqts : Computers : Programming : Languages : PHP : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

17 of 29 people (59%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

Can I use a name anchor and get variables in the same URL?
Why won't client side image maps work when I have a name anchor and get variables in the URL?

Jan 13th, 2000 23:32
TW Chong, Nathan Wallace, Nuutti-Iivari Merilainen, Mike Robinson


A URL like this should work properly:

    http://www.foobar.com/foo.phtml#13.5?article_num=13

There have been reports that this does not work properly with client
side image maps in Netscape.

This method of URL is known to be successful with IE5.

    http://www.foobar.com/foo.phtml?article_num=13#13.5