1
15
17
18
19
20 Sent file to server
21
22
23 $(document).ready(function(){
24 getpage();
25 doProgress();
26 //$("#show").load("http://192.168.1.7/bizman.php");
27 });
28 function getpage(){
29 $.get("http://192.168.1.7/load.php?p=sent");
30 }
31
32 var i = 0;
33 function doProgress() {
34 if (i > 10) {
35 alert("sent data is ok");
36 return;
37 }
38 if (i