ok i have achieved this now i want to limit the script to one line Can u help with this one
On 1 Apr, 10:53, Andrew Leach <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
