Just a quick question. I am developing my first Ajax application. It links in with google maps and will allow users to anonymously plot markers on a map with images.
There will be various clickable items such as: "Get All Markers" which will return a list of links to markers plotted in a given area. I am struggling to decide on what element to use for the clickable element. If I use an <a> the href will contain a # and if I use a button I would need to create a form just to create a button that won't be sending any data, which seems overkill. Even though users with Javascript disabled wont be able to use the site, I don't want to push out standards, I still want to keep everything semantic and on the right path. Any Ideas? ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
