Search found 9 matches
- Fri Jun 27, 2008 4:51 pm
- Forum: Technical / Scripting
- Topic: How to get HTML code back?
- Replies: 4
- Views: 5503
I haven't gotten an answer to my question yet… I thought maybe I would post the code that I’m using to get try and get the HTML and perhaps someone can tell me what I’m ding wrong. The page is loaded in the browser that the IE[0] object created, and then I use these lines of code. IE_ExtractTa...
- Fri Jun 20, 2008 9:17 pm
- Forum: Technical / Scripting
- Topic: How to get HTML code back?
- Replies: 4
- Views: 5503
No because the user needs to be able to interact with the browser. The URL isn’t really a good example for what I’m trying to do with this. Basically I was using the IE_ExtractTag> function to get several form values, but the problem is that the form settings are customizable making it so the va...
- Fri Jun 20, 2008 7:35 pm
- Forum: Technical / Scripting
- Topic: How to get HTML code back?
- Replies: 4
- Views: 5503
How to get HTML code back?
[quote="XR4-IT"]I’ve been unable to find in the Help how to access the HTML from an IE object. For example after IE_Navigate>%IE[0]%,https://www.optimalblue.com/optimallender/login.aspx,r How do I get to where the HTML is?[/quote] I posted this and thought I sould move it to the proper board. I fo...
- Thu Jun 19, 2008 9:06 pm
- Forum: General Discussion
- Topic: HTML?
- Replies: 1
- Views: 4027
HTML?
I’ve been unable to find in the Help how to access the HTML from an IE object.
For example after IE_Navigate>%IE[0]%,https://www.optimalblue.com/optimallender/login.aspx,r
How do I get to where the HTML is?
For example after IE_Navigate>%IE[0]%,https://www.optimalblue.com/optimallender/login.aspx,r
How do I get to where the HTML is?
- Thu Apr 24, 2008 3:28 pm
- Forum: Technical / Scripting
- Topic: WebRecorder error
- Replies: 2
- Views: 5719
I get the error while using the browser that is built into the Webrecorder. After I click the login button it waits awhile and then gives me the error. Just as a reference this is the code the Webrecorder out puts before it fails. // Generated by MacroScript WebRecorder 2.01 // Recorded on Thursday,...
- Wed Apr 23, 2008 8:55 pm
- Forum: Technical / Scripting
- Topic: WebRecorder error
- Replies: 2
- Views: 5719
WebRecorder error
I was using the MacroScript WebRecorder, and every time I use it with the login form on this site: https://www.chasecorrespondentchaselock.chase.com/NetOxygen/fw_chase_portal/portal_login.asp it fails and gives me an error that reads: Invalid floating pint operation. At first I thought it was an err...
- Mon Apr 14, 2008 3:11 pm
- Forum: Technical / Scripting
- Topic: System vars trubble
- Replies: 3
- Views: 4446
- Fri Apr 11, 2008 10:16 pm
- Forum: Technical / Scripting
- Topic: System vars trubble
- Replies: 3
- Views: 4446
VBSTART Function GetLoginInfo (compUser,site) Dim con Dim cmd Dim SQL Dim rset1 Dim ID Dim LoginName Dim password Dim testUser testUser = "Eric Porter" Set con = CreateObject("ADODB.Connection") Set cmd = CreateObject("ADODB.Command") Set rset1 = CreateObject("ADODB.Recordset") con.Open "Driver={SQL...
- Fri Apr 11, 2008 10:06 pm
- Forum: Technical / Scripting
- Topic: System vars trubble
- Replies: 3
- Views: 4446
System vars trubble
I’ve been trying to pass a system variable to a VBscript function, but it fails. The user name I’m trying to pass in is USER_NAME, but every time I try it gives me an error that says expected ‘)’ I tried assigning it to another variable and passing that one in, but then it just runs with an ...