[WSG] AJAX and Clickable Elements

2008-07-18 Thread James Jeffery
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

Re: [WSG] AJAX and Clickable Elements

2008-07-18 Thread David Dorward
On 18 Jul 2008, at 13:54, James Jeffery wrote: 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

Re: [WSG] AJAX and Clickable Elements

2008-07-18 Thread James Jeffery
*Why? Can't you have a sensible fallback (e.g. in case the user middle clicks to open in a new tab).* Because the data is going to be loaded into an element within the document dynamically. There would be no option to open it in a new tab. The loaded data will allow users to click on links that

RE: [WSG] AJAX and Clickable Elements

2008-07-18 Thread michael.brockington
happening at all. Mike From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Jeffery Sent: Friday, July 18, 2008 3:19 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] AJAX and Clickable Elements Why? Can't