deleting guestbook comments in yahoo messenger

pert

New member
Joined
Jul 15, 2024
Messages
2
Points
1
Is there any programs or can a program be written to delete all comments/posts by others except my posts in my own profile
 

Eldred

New member
Joined
Jul 15, 2024
Messages
2
Points
1
Use one Webbrowser Control to acess the page.

And find the id of DOM object of 'delete' and do it in the webbrowser control

U can use getElementsByTagName Method... or GetElementsByID ... etc...
Use the CLICK value.
 
Top