I have a project I am working on that requires me to periodically update an XML file. My code follows:
// asOrigDir is set on program startup to current dir
// Load the data set
ADODataSet1->LoadFromFile(asOrigDir + "\\TEMP.XML");
// Set the headings
StringGrid1->Cells[0][0] = "SSN"...
Hi!
I need to know if there is anyway to pass data to a form and have it submit the form. The page that I am trying to submit is not on my server so it's not just a simple job of putting form1.submit in the receiving page's javascript.
The page that I am trying to autosubmit is using an image...
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.