Search results

  1. X

    AJAX problem on XMLHttpRequest Object?

    Okay, I have been trying to fix for the past couple hours but this is starting to become ridiculous. On the first couple lines, I have this code: var XMLHttpRequestObject = false; if(window.XMLHttpRequest){ XMLHttpRequestObject = new XMLHttpRequest(); } else...
  2. X

    Is there an equation to get the chi-square test so that I could input it into...

    ...my program? I was wondering, what is the equation for x^2cdf(value, max, df) so that I could write it into my program?
  3. X

    AJAX problem on XMLHttpRequest Object?

    Okay, I have been trying to fix for the past couple hours but this is starting to become ridiculous. On the first couple lines, I have this code: var XMLHttpRequestObject = false; if(window.XMLHttpRequest){ XMLHttpRequestObject = new XMLHttpRequest(); } else...
  4. X

    How to return back to homepage (in code) using html?

    Is there a way to return back to the homepage using relative directories in html? For example, if I was at home->folder1->folder1a and I wanted to return home, is there any other way than ../.. using relative directories? I want to know because I am still considering on a domain name and want...
Back
Top