Hello,
I am toying with the WebRecorder functions and this works OK:
IETagEventByAttrib>{"https://www.idx.net/Tdx2/Main.aspx"},A, ... 86:0,click,
But when I try:
let> ID_Var= href=https://www.idx.net/Tdx2/Docview.aspx?a ... 28388586:0
IETagEventByAttrib>{"https://www.idx.net/Tdx2/Main.aspx"},A,%ID_Var%,click,
I get an invalid attribute error.
Any insights would be appreciated as I need to cycle through several dos with different ID numbers (i.e. id=328388586:0)
Beginners help
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Beginners help
Are your spaces intentional? Unless you have IGNORESPACES enabled you will need to remove them.
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?
Re: Beginners help
Thanks Marcus, it was the space after Let> It looked as it was part of the screen formatting and thus never saw it until you pointed it out.
Really grateful and off to code the rest.
Really grateful and off to code the rest.