> > My problem is that it works fine if the input text field and > submission button are not inbetween <form> tags. But as soon as I add > the form tags it no longer works. > > So if I add <form></form> around the inputs, it no longer works. > Please help. Thanks.
It would be far more helpful to give a link to a failing version of the page. Currently - your code is the working version, so there is nothing to test - the failure is to do with HTML elements, and you have quoted a Javascript function. I'd guess that it's part of an ASP page. As ASP pages are delivered as a form, you can't have a form in your HTML (The HTML standard doesn't allow forms to be nested). I don't know how Microsoft intend developers to work around that. If that guess isn't right, perhaps you could post a link to a version of the page which demonstrates the problem? 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 -~----------~----~----~----~------~----~------~--~---
