> As it is now, the code tells the user that "Your data was saved
> correctly" even if it's NOT saved correctly. Is there any way to get a
> return value from "do.asp?....." that returns "true" or "false"?

Sure.
Write some code in your empty function
  // ===== send the data to the server
  GDownloadUrl(url, function(doc) {    });
that tests for return values
Example in the documentation
http://code.google.com/apis/maps/articles/phpsqlinfo.html

-- 
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.

Reply via email to