I have found, that sometimes I load an HTML file into excel to extract data, sometimes if formats numeric fields as dates, but not always. Eg: 1.19 is changed to mar.00. When I click on this cell I see 01.01.1900 . It appears to be a date formatted field. this could be a C++ bug.
I tried to fix...
blnSuccess = IEObject.document.ExecCommand("SaveAS",false, "c:\testing\mine\table2.html")
execCommand Method
From everyting I read onthe net, this should work when all my security setting are set to minimum...
The saveAs dialog should automatically default to "Save".
But it doesn't.
Any...
I have this table:
<TR class=tblwhite>
<TD WIDTH='16%' ALIGN='center' valign='top' class='tblwhite'>0.8200</TD>
The table is inside a form, so I can parse the objects inside the form....
But how can I extract the 0.820 ?
it is only text inserted on the page.
It isn't the value attribute.
I have a web page that is the result of a query.
Currently, if the information entered into the query is not in the database, an error occurs half way through generation of the page.
I need to test if I can go to line number 80 of the results page. If I can't, then an error occurred.
Any ideas?
I am having a problem with two nested FOR EACH loops.
it seems as though the inside for each loop, once complete, at the second attempt into the loop, it goes straight to the exit of the loop as though it has already finished... why????
don't the variables reset?
how can I do this?
the code...
I an writing a wsh file to scan through a form and create an array of the id's of all textbox fields in a form.
I have already writtent e validation code for 1 textbox field in a for by referencing it my name.
What I need to do is scan the form for all non hidden textbox fields and store their...
I am new to vbscripting.
I need to understand how to interpret what I see in ole viewer.
I have found an example dll file and a script to install it then test it and it works.
But, I need to understand what I see when I open the dll file in OLE viewer.
The create object code uses this line:
Set...
if I type in bad text in a form field, an alert appears when I click submit.
Anyone have any idea how to find that alert window so that I can click OK
using WSH VBScript
Thanks
I need to capture the text displayed in a JS alert.
I am trying to automate the testing of some web pages and when the automation script enters invalid characters and clicks submit (still to be worked out), an alert pops up.
I need to capture the text in that alert and chack it agains the...
I am a beginner as you can see from my code...:(
I am using wsh. it is a .vbs file and not incorporated into an IE page.
I am trying to open internet explorer and open a web page.
then popup a message with the name of a form.
This seems to work fin on my PC but not the others near me. ??? don't...
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.