User Profile

Collapse

Profile Sidebar

Collapse
Deanorezo
Deanorezo
Last Activity: Oct 1 '12, 04:05 PM
Joined: Sep 28 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Deanorezo
    replied to XMLHTTP is not working with Firefox
    Thanks Dormilich. good catch. i wasnt even looking at that.
    Thanks again
    See more | Go to post

    Leave a comment:


  • Deanorezo
    started a topic XMLHTTP is not working with Firefox

    XMLHTTP is not working with Firefox

    this is killing me. It works fine with IE but nothing with Firefox. Can anyone help please
    it should grab text from klm2 and the response should print to klm3

    Code:
    <script>
    function PostOrder() 
    { 
    var done1;
       var xmlhttp = new XMLHttpRequest();   strPOSTURL="http://localhost/server/MYDLL.asp"
       xmlhttp.Open("POST", strPOSTURL, false); 
      xmlhttp.setRequestHeader("Content-type",
    ...
    See more | Go to post
    Last edited by zmbd; Sep 29 '12, 07:12 AM. Reason: Please format code and SQL using the <CODE/> button
No activity results to display
Show More
Working...