|
|
# 5 |
|
חבר בקהילה
|
כן הוא מוגדר
היא הפונקציה קוד:
function ajaxf(){
var ajaxreader;
try{
ajaxreader=new XMLHttpRequest();
}catch(e){
try{
ajaxreader=new ActiveXObject("Msxml2.XMLHTTP");
}catch(e){
try{
ajaxreader=new ActiveXObject("Microsoft.XMLHTTP");
}catch(e){
alert("problum");
return false;
}
}
}
return ajaxreader;
}
ajaxreader=ajaxf();
Last edited by tbm; 07-06-09 at 15:17.. |
|
| חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
|
|