I've recorded a macro that fills in a web form. One of the fields takes a snippet of HTML, and when the macro runs it crashes at the HTML section:
Send><p>Hi CLIENT FIRST NAME,</p>...
Is there something I need to do to allow it to insert the HTML?
Thanks
Send HTML into field on website
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Send HTML into field on website
That should just simulate typing those characters so there's nothing intrinsic here that would cause a crash. So something else at play here. Is the correct window and field focused? What happens if you slow down the key send rate ... ?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am
Re: Send HTML into field on website
Resolved via support ticket.
The html/body was being stored in the script, causing errors. Solved with LabeltoVar.
The html/body was being stored in the script, causing errors. Solved with LabeltoVar.