ah, I get it now... although I don't see how everything is OK if you don't use the button - how else do people submit data? keyboard enter seems to do nothing.
but anyway - it seems your map is ok but you have a problem with your button, which is a javascript/html issue and there are plenty of tutorials on the web about setting up buttons. I know very little about it but I believe that "input type: Submit" will always reload the page (unless you use return:false), whereas input type: button can be used with onClick to fire another function (which would then submit the data) without reloading, as in the link I sent you. But like I say that may be way off and it is something you could investigate for yourself. hope that helps. On Mar 3, 8:07 am, Tadas <[email protected]> wrote: > Not exactly. But it cool idea :) > > Here URL my maphttp://www.kiberdzinas.lt/tadas/pameciau/test.php > > I need insert text to baloon from database. Everything is ok while i don't > used enter button in text. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
