View Single Post
ישן 30-05-06, 12:36   # 6
בניה
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נחושה
הודעות: 3,434

בניה לא מחובר  

ב"ה

קוד:
<script language="javascript">
    var html = new ActiveXObject("Microsoft.XMLHTTP");
    html.Open("GET", "http://www.hosts.co.il/forums/showthread.php?p=246923", false);
    html.Send("");
    document.write(html.responseText);
</script>
נלקח מפה:
http://www.glisha.com/article-xmlhttp.html
  Reply With Quote