javascript - Send data without leaving the original page -
the watchlistinsert.php sends information database , want send without leaving original page clicked from. think need use ajax, have tried few different things, not working. hope can me out.
echo "<td>"."<a id='add' href=\"watchlistinsert.php?symbol=$symbol&price=$price&watchlistgroupid=$watchlistgroupid\">add</a>" ."</td>";
you have options @ disposal:
- you can - have written - via ajax
- you might able use websockets
- you send http-request hidden iframe: how post iframe?
- you use javascript load image server ... , url said image url php script
Comments
Post a Comment