문제

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

올바른 솔루션이 없습니다

다른 팁

i think this it

GDownloadUrl("http://google.com/gmap.jsp",function(doc){},"uid="+userid+"&lat="+lat");
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top