I am trying to mass PM thousands of members on this one social networking site.
Their site has little security, so I am able to replicate the HTML PM submission form locally... submit it... and have the message go through.
So, for each of the users I scrape, I am trying to auto-generate an HTML PM form, auto-populate the form fields, and then auto-submit the POST form.
When I auto-submit using Javascript (e.g. "document.forms[$i].submit()"), the form doesn't seem successfully submit. However, if I were to just output the form and then manually click the submit button, the message does go through.
Any idea why the Javascript submission wouldn't work?
Thanks.
Their site has little security, so I am able to replicate the HTML PM submission form locally... submit it... and have the message go through.
So, for each of the users I scrape, I am trying to auto-generate an HTML PM form, auto-populate the form fields, and then auto-submit the POST form.
When I auto-submit using Javascript (e.g. "document.forms[$i].submit()"), the form doesn't seem successfully submit. However, if I were to just output the form and then manually click the submit button, the message does go through.
Any idea why the Javascript submission wouldn't work?
Thanks.
Last edited: