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...
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...
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...
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...
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")...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.