On Apr 1, 10:44 am, muddy <[email protected]> wrote:
>
> If i remove the div id ie
>
> <td><div id="shape_b"
>         onclick="startShape()"/></td>
>
> it stops working why ??

Because you need to alter function select() as well. Whenever a
control is clicked, it calls that function to make sure that the right
control is selected and others are unselected. If you remove the div
called "shape_b" then it can't be found when function select is
called.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to