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 bkrike 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. canberrasnag

    EXCEL Date conversion bug - help needed

    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...
  2. canberrasnag

    IExplorer Save as

    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...
  3. canberrasnag

    extract the text from this table?

    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.
  4. canberrasnag

    how to go to a line number in a web page?

    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?
  5. canberrasnag

    Nested For each loops problem. please help

    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...
  6. canberrasnag

    reference the type and id of an input field in a form

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

    using OLE viewer

    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...
  8. canberrasnag

    Locate an alert window

    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
  9. canberrasnag

    Capture the text displayed in a JS alert

    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...
  10. canberrasnag

    IE Opens, but isn't visable... why?

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

Part and Inventory Search

Back
Top