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. kirthi97

    UPDATE Query

    Hi, I have a table GUPI where I have p_key, AcctUnit, Employee, Description columns. Here p_key is the primary key for this table I have to copy AcctUnit for each Employee where Description="Regular Earnings" to the AcctUnit of that Employee where Description = "401K". I used the following...
  2. kirthi97

    XMLHttpRequest Object

    Hi all thank you very much for all suggestions. And I am really sorry for not giving you the correct info. I have an XML file on the file server. I have to write a program that sends this xml file to the other company using HTTP. They gave me an URL to post my file. And this whole process...
  3. kirthi97

    XMLHttpRequest Object

    Hi Rac2... Can I run this code as a standalone application with out browser coming into picture.... I am a Java Programmer. I have to post an xml file using a standalone application from my company to a different company which uses XMLHTTP to get that file. So I am trying to see like hoow...
  4. kirthi97

    XMLHttpRequest Object

    I have to write a code that runs on the server that posts an XML file to the given URL using XMLHttpRequest Object. I know that I can use XMLHttpRequest Object on the client side in JavaScript to do this. But is there anyway where I can use XMLHttpRequest object on the server side which can be...
  5. kirthi97

    JavaScript and XMLDOM

    Here is the script I am using.. But this is not recognizing the note.xml file on my system. <script type="text/javascript"> var xmlDoc function loadXML() { //load xml file // code for IE if (window.ActiveXObject) { xmlDoc = new ActiveXObject("Microsoft.XMLDOM")...
  6. kirthi97

    JavaScript and XMLDOM

    Thank you. I am really new to this stuff. Would you mind explaining me in a more detailed way about using Activex Control Thanks
  7. kirthi97

    JavaScript and XMLDOM

    Hi I am new to Java script and XMLDOM. I have an XML file on my local sever and I have to send it to a different company using HTTP post. They use XMLHTTP and XMLDOM to retrieve it. I am a java programmer and I am trying to use Java script and XMLDOM and XMLHTTP to send the file. I know I can...

Part and Inventory Search

Back
Top