Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. djrichar

    why can't i recieve the external html code using xmlhttpreq...

    function loadXMLDoc(url) { // branch for native XMLHttpRequest object if (window.XMLHttpRequest) { req = new XMLHttpRequest(); req.open("GET", url, true); req.send(null); req.onreadystatechange = processReqChange; // branch for IE/Windows ActiveX...
  2. djrichar

    why can't i recieve the external html code using xmlhttpreq...

    i tried that too. I still get null values. Yes i know it doesn't get use b/c the code that used was working so i changed it to "req.responseText"
  3. djrichar

    why can't i recieve the external html code using xmlhttpreq...

    hi there I am working on a webpage that needs to retrieve some data off of another web page. below is my code that i am using. My question is why is the varaible that stores the html code from the other site getting the value of null. I was hoping that it would give the me html code of the...
  4. djrichar

    using a java api on website without using jsp

    tsuji: so how would you actually call the methods in the api. I need you use the methods to get some information from another source. this looks like it just includes the api. I need to execute some of the methods.
  5. djrichar

    using a java api on website without using jsp

    is ther a way to use javascript to access a java api and execute the functions. Im new to javascipt and i would like to know.
  6. djrichar

    Incoming calls and wrapup

    That is correct. They are physically choosing that opttion from the soft keys. You can control that by updating the class of service.
  7. djrichar

    Incoming calls and wrapup

    An agent can be shown in both ACD1 and Wrap if they have pressed their soft wrapup key while they are still talking to a customer. There is no way to be unavailable(in wrapup) and Available or on a call at the same time. I hope this helps!

Part and Inventory Search

Back
Top