send data to a different machine through javascript -
i need send data ( name, place, birth of year ) different machine ( ip:70.80.203.55 port:5555) through javascript. new javascript. can u please tell me how can ?
you can use jsonp sending cross site data javascript. more details on jsonp can refer following links
http://learn.jquery.com/ajax/working-with-jsonp/
Comments
Post a Comment