Hi,
I am trying to extract certain information from a website, possibly using ServerXMLHTTP.
However, data is presented only after you click a link (initiate a javascript function). The script which pulls this info is not accessible remotely.
How could I trigger that javascript function...
Hi,
I have a script which takes ~20 minutes to fully process and it runs in the background. I want to be able to run multiple instances of this script at the same time, all initiated manually through a webpage.
I use Microsoft.XMLHTTP to send an asynchronous request, however once the first...
Hi,
I'm very new to ASP and have been trying to figure how to do this for a while now. I have an array taken from recordset using GetRows() and I wish to do a numeric addition of all the numbers in the array so that I get a total value.
eg. array elements are 1,2,3,4,5
total = 1+2+3+4+5...
Hi guys,
I have a bit of a problem and I can't seem to fix it. My XML file looks like this:
<?xml version="1.0"?>
<method>
<par>
<joint>
<name>SetupK</name>
<value>Start</value>
</joint>
</par>
</method>
I want to be able to assign the "Start" in <value></value> to a...
I have a bit of a problem which I can't seem to solve. I have a very simple script connecting to a remote server. It connects fine, however if I use "Administrator" account in IIS for the anon. access, it runs as it should. If I use anything else, I get an access denied error. The account I am...
Hi everyone,
First time poster here. I've been Googling around for quite a bit without any actual success to resolution of my problem.
I am using osql to connect to my remote MSSQL server and that's when the problem starts. I am able to get a prompt for password and telnet to 1433 just fine...
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.