SteveO Posted January 3, 2008 Posted January 3, 2008 (edited) Okay, I'm making a bot to auto-post. For some reason I can't get it to submit the form. Included below is a code snippet, and the page source. For $I = $startpost To $endpost _IENavigate($IE,$Thread[2]) $Post = _IEFormGetObjByName($IE,"compose") $Mess = _IEFormElementGetObjByName($Post,"message") _IEFormElementSetValue($Mess, $startglobalbbcode & $Message & $endmsgbbcode & $startnumbbbcode & $sym & $I & $endglobalbbcode) _IEFormSubmit($Post, 1)Page_Source.txt Edited January 3, 2008 by SteveO
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now