- <script type="text/javascript">
- var xmlHttp;
- function toonTip(str){
- xmlHttp=MaakXmlHttpObject()
- if (xmlHttp==null) return;
- var url="include/ajax_medicijnen.php?q="+str;
- xmlHttp.onreadystatechange=StatusGewijzigd;
- xmlHttp.open("get",url,true);
- xmlHttp.send(null);
- }
- function StatusGewijzigd() {
- if (xmlHttp.readyState==4) document.getElementById('tekstTip').innerHTML = xmlHttp.responseText;
- }
- function MaakXmlHttpObject() {
- xmlHttp = null;
- if (window.ActiveXObject) xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
- else if (window.XMLHttpRequest) xmlHttp = new XMLHttpRequest();
- else alert ("Your browser does not support AJAX!");
- return xmlHttp;
- }
- </script>
AJAX SAMEUEEELLEEE
By: Xmoo | Date: Dec 17 2008 15:12 | Format: None | Expires: never | Size: 713 B | Hits: 1179
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago