how to submit a form with click on image
From: Pawel Banys (voland_at_dmz.com.pl)
Date: 04/21/04
- Next message: adams114_at_comcast.net: "Re: Reg Ex Help for a Lazy VB Programmer"
- Previous message: Jack Challen: "Re: Date conversion script"
- Next in thread: Jim Gibson: "Re: how to submit a form with click on image"
- Reply: Jim Gibson: "Re: how to submit a form with click on image"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: adams114_at_comcast.net: "Re: Reg Ex Help for a Lazy VB Programmer"
- Previous message: Jack Challen: "Re: Date conversion script"
- Next in thread: Jim Gibson: "Re: how to submit a form with click on image"
- Reply: Jim Gibson: "Re: how to submit a form with click on image"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|