HTML?

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
XR4-IT
Newbie
Posts: 9
Joined: Fri Apr 11, 2008 10:01 pm

HTML?

Post by XR4-IT » Thu Jun 19, 2008 9:06 pm

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?

MGuyM
Junior Coder
Posts: 36
Joined: Tue Jul 24, 2007 12:59 am

Post by MGuyM » Wed Jun 25, 2008 8:53 pm

What you want to do is use the HTTPRequest Option.

Try this:

Code: Select all

//Perform the HTTP request
HTTPRequest>http://www.mjtnet.com,,GET,,response

//Output results
MessageModal>response
Now that your information is in the Response Variable, you can manipulate it as needed.

BTW - Your URL is invalid so I just used http://www.mjtnet.com for the example here.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts