cURL / Mailing Lists / curl-library / Single Mail

curl-library

Help please: post to a textarea, JS involved

From: Evgeny Grablyk <evgeny.grablyk_at_gmail.com>
Date: Thu, 30 Sep 2010 19:05:14 +0300

Hello!

I'm trying to use libcurl with php to post to a page (textarea). The
problem is, 'Save' button on that page calls following js code:

function save_info() {
  Ajax.Send('/captchaFlood.php', {key: 'groups_info_flood', item_id:
20336289}, {onSuccess: function() { document.editInfo.submit(); }});
}

So, I'm stuck and have no idea how to work around this. I tried to
post to the page in js code first, then to the page I need. Doesn't
seem to work.
Any ideas?

-- 
Evgeny
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-30