cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: javascript

From: Roth, Kevin P. <kproth_at_mapllc.com>
Date: Thu, 16 Dec 2004 07:10:35 -0500

That "pop-up" has nothing to do with the actual HTTP traffic involved with this form. You can safely ignore "processing the click" and simply submit the HTTP POST in the usual fashion.

- Kevin

-----Original Message-----
From: Hultström Jonas
Sent: Thursday, December 16, 2004 5:33 AM

I'm dealing with a html-document with the following java-script:

...

It just pop ups a window, where one have to click OK to procced.

Its called from a form....

<FORM ENCTYPE="multipart/form-data" NAME="upload_form" METHOD="Post" ACTION="/cgi-bin/dev/up.cgi" onSubmit='return process_form(this)'>

Is it possible to to make curl process this "click"?
Received on 2004-12-16