Search found 3 matches
- Thu Jun 11, 2009 4:25 am
- Forum: Technical / Scripting
- Topic: Getting exact time (milliseconds or microseconds)
- Replies: 7
- Views: 11740
Getting exact time (milliseconds or microseconds)
Hi, Does anyone know if it's possible to get the exact time in milliseconds or microseconds and store it into a variable? The only command I have been using is the "Sec>" command, but it returns the current number of seconds in whole seconds rather than milliseconds. Any help would be greatly apprec...
- Mon Apr 21, 2008 2:52 am
- Forum: General Discussion
- Topic: Refresh page in IEAuto.dll
- Replies: 4
- Views: 6991
Sorry, I am stupid. IE_Navigate on the same URL will refresh the page. Also you might want to be sure Internet Explorer is not set to "Automatically" check for new versions of a web page. I've experienced a problem with certain web pages (especially when authenticated) where Internet Explorer will ...
- Sat Mar 22, 2008 7:37 pm
- Forum: Technical / Scripting
- Topic: Extract Tag - Extracting HREF Link
- Replies: 1
- Views: 3237
Extract Tag - Extracting HREF Link
Hello, I'm attempting to extract a link from a page, because the link itself contains information that I need to write to a log file. I basically just need to extract the link and save it to a variable, then I can then use MIDSTR to extract the information that I need from the link, as it always app...