Advertisement
Guest User

Untitled

a guest
Oct 25th, 2012
803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $.get(
  2. "http://192.168.10.106:8080/FTTBManager/?restartApplication",
  3. { activate: "1", username: "Ahmed1.Hiwa@gold" },
  4. function(result) {
  5. alert ("Result Was : " +result);
  6. $('#divout').html(result);
  7. },
  8. "text"
  9. )
  10.  
  11. header('Access-Control-Allow-Origin: *');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement