On Dec 1, 12:13 pm, Messiah <[EMAIL PROTECTED]> wrote: > Thanks in advance. Please help me out.
Please help us to help you! A link (as requested by the posting guidelines) would allow everything to be seen in context; a code snippet does not. In particular your code snippet contains nothing about the HTML element in question. One thing which occurs to me is that the line setting the "address" variable appears not to be in a function, which means that it's executed during the page parsing. If it's in the head of the page, the parser won't know anything about the lblAddress element. And of course you might need to use getElementById() instead of getElementbyID() as you have quoted. The code you have should have failed with an error message. 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 -~----------~----~----~----~------~----~------~--~---
