how to submit a form with click on image

From: Pawel Banys (voland_at_dmz.com.pl)
Date: 04/21/04


Date: Wed, 21 Apr 2004 13:57:18 +0200

Hello,

There is a form which contains the following element:

<FORM name="testForm" method="post" action="http://server/some_script">
......./ some standard entry fields /.......
<input type="image" name="img_submit" src="click.jpg" alt="click on me">
</form>

When that image is clicked on the webpage, the "some_script" is called and
shows some results.

How to post data and submit such form using Perl script so that the click on
image is simulated and "some_script" executes normally just like after real
clicking?

Thank you for any help.

Pawel Banys



Relevant Pages

  • Error: Error 2 opening registry Key
    ... I have a perl script that used to use fpsrvadm to create Frontpage ... which gives me an error but only when I run it from my webpage. ... When I run the owsadm.exe directly on the server in a dos prompt ... access on the web extentions registry. ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Post to a web page via VB
    ... What I want to do is push a button a VB app which will post data to a ... webpage and show me that webpage in a web browser. ...
    (microsoft.public.vb.general.discussion)
  • Re: cron manipulation using perl
    ... > as input fields which will post to a perl script that would do the ... Webpage means CGI, I suppose. ...
    (comp.lang.perl.misc)
  • I cant write the apropriate content to the file.
    ... I have a perl script, which can write some message to a new file, ... print $kml; ... print XHX $kml;close XHX; ... the message to the file on another webpage. ...
    (perl.beginners)
  • Re: Post to a Form from VB.NET?
    ... and i was able to request a webpage or and post data to a form using the GET method (passing parameters in the ... > there is an entire web response and web class in .NET it maybe useful for ...
    (microsoft.public.dotnet.languages.vb)