I have been struggling very much trying to figure out how to get my vb program to enter a comment into myspace's comment box...
I am trying to get this working cause I am managing some myspace pages for some bands/artists and would like to automate the commenting for new friends.
When I automate the filling of a webpage's textbox, I use this kind of code:
But this seems to not work with the html elements on myspace's comment textbox...Code:webbrowser1.document.getelementbyid("HTML ID/NAME").setattribute(value, mycomment.text)
The html code I found for myspace's comment box is this:
If anyone can please help me figure out what code to use to get the vb program to fill out the comment box on myspace, that would be greatly appreciated.Code:<div contenteditable="true" class="smartEdit" data-tip="Post a comment...">Post a comment...</div>
Thanks in advance,
David


Reply With Quote
