Hi Mike,
I am using thh below code to store data in text box
document.getElementById("text_area").value = kml_string;
document.getElementById("text_area").select();
document.form.submit();
On the server side, I am reading the value of text_area . I am not using GET
or POST here, neither am I aware what they are..
Kinldy give ur thoughts on this
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---