I'm trying to get MS to log into this site. It injects the name and password, but won't submit.
The code generated by WebRecorder (which doesn't work) is :
Let>FrameName={""}
Let>FormName={""}
Let>TagValue={""}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,r
The html for this is :
|div class="login_right"| |input type="submit" value="Log In" class="submit" /| |/div|
Suggestions?
Thanks.
________
Galaxie
Can't figure out how to script this with IE_ClickTag
Moderators: JRL, Dorian (MJT support)
Can't figure out how to script this with IE_ClickTag
Last edited by synacor on Tue Feb 01, 2011 8:42 am, edited 4 times in total.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Since that input has no name or ID you can either try using the INDEX attribute in the ClickTag, or remove the ClickTag completely and set the submit flag in the preceeding FormFill.
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?
I just realized that the html was changed after saving. The html is now correct, with | replacing the 's.
________
weed vaporizers
________
weed vaporizers
Last edited by synacor on Tue Feb 01, 2011 8:42 am, edited 1 time in total.