开发者

django or extjs , encode another site post

开发者 https://www.devze.com 2023-02-21 17:08 出处:网络
i am working with openlayers, extjs , django is there any way taking another site post and do sth. with django or extjs...

i am working with openlayers, extjs , django

is there any way taking another site post and do sth. with django or extjs...

for exam. from another site you click button it sends xy coordinate and my main site will catch the data and add the xy data ...

when i click the link http://www.ppp.com/frmOL=OL&Point&x=36.555&y=33.665 will be create , i开发者_Python百科 will cath the data ,encode and than add the data to map

thanks for your help


Just get the data from the query string, process it and add it to your database.

0

精彩评论

暂无评论...
验证码 换一张
取 消