Question

this is the javascript.

var url = "http://google.com/gmap.jsp?uid="+userid+"&lat="+lat;
GDownloadUrl(url,function(doc){}); 

how to change from get to post? any idea? thanks

No correct solution

OTHER TIPS

i think this it

GDownloadUrl("http://google.com/gmap.jsp",function(doc){},"uid="+userid+"&lat="+lat");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top