gkazhus Posted January 13, 2011 Report Share Posted January 13, 2011 Kas sheit ir netaa? function update(i) { createRequest(); var params="id="+i; params=params+"&ac=3"; params=params+"&newUrl="+document.getElementById(i).value; params=params+"&DATEFROM="+document.getElementById(i).value; params=params+"&DATETO="+document.getElementById(i).value; //alert(params); request.open("POST", "/banners/ajax.php", false); request.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); request.onreadystatechange = updatePage; request.send(params); } Quote Link to comment Share on other sites More sharing options...
0 Blitz Posted January 13, 2011 Report Share Posted January 13, 2011 lieto javascript konsoli (firefox, chrome) Quote Link to comment Share on other sites More sharing options...
0 rATRIJS Posted January 13, 2011 Report Share Posted January 13, 2011 Skaties ko satur request un updatePage. + Blitz Quote Link to comment Share on other sites More sharing options...
Question
gkazhus
Kas sheit ir netaa?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.