Jump to content

Recommended Posts

Posted

I have been trying at this for a while now, I can get it to where it is at the bulletin screen and filled in with text, but when it goes to post, it just sits there.

If you would like to try it, you have to be logged into myspace in another IE window.

#include <IE.au3>

$o_IE = _IECreate ()
_IENavigate ($o_IE, "http://home.myspace.com/index.cfm?fuseaction=user")
_IEClickLinkByText ($o_IE, "post bulletin")

$o_Bulletin = _IEFormGetObjByName ($o_IE, "bulletinForm")
$o_subject = _IEFormElementGetObjByName ($o_Bulletin, "subject")
$o_body = _IEFormElementGetObjByName ($o_Bulletin, "body")
_IEFormElementSetValue ($o_subject, "Hey")
_IEFormElementSetValue ($o_body, "hey")
_IEFormSubmit ($o_Bulletin)

Thanks

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...