Thanks! I hadn't spotted that, however adding the " doesn't seem to
have any effect!? I've changed the line to:
var delhtml = 'Value: '+value+'<BR><BR>Score: '+scores+'<BR><BR><a
href="edit.php?markerid='+markno+'">Edit value and score</a>
<BR><BR><a href="delete.php?markerid='+markno+'" onclick="return
deletepopup('delete.php')">Delete Marker</a> ';
The link for page I'm testing it on is
http://www.zpyder.co.uk/tess/gmap2/map.html
Thanks again
Chris
On Mar 24, 11:08 am, Andrew Leach <[email protected]>
wrote:
> On Mar 24, 11:03 am, Chris Moody <[email protected]> wrote:
>
>
>
> > <a href="delete.php?markerid='+markno+'" onclick="return
> > deletepopup('delete.php')>Delete Marker</a>
>
> > The problem is that I get a "missing ; before statment" error pointing
> > to just before the onclick part. I was unsure whether I had simply
> > gotten my quotes wrong, or whether I was trying to use some code that
> > wasn't allowed in the infowindow.
>
> Where is the closing " for the onclick="... ?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.