hi....
for submitting a form i need to click on the image and i dnt know how to do that... need help
clicking on image
Moderator: General Moderators
Re: clicking on image
Code: Select all
<input type="image" src="whatever.jpg" />Re: clicking on image
yeah thats fine but if i click on the image how could it submit my form like submit button submitting a fom
Re: clicking on image
Oh, well, in that case
Code: Select all
<input type="image" src="whatever.jpg" />Re: clicking on image
It does. Idk how you're using it, but that's what it does.naeem084 wrote:yeah thats fine but if i click on the image how could it submit my form like submit button submitting a fom
And lol, what? That's exactly what I puttasairis wrote:Oh, well, in that caseCode: Select all
<input type="image" src="whatever.jpg" />
Re: clicking on image
Precisely my pointjackpf wrote:And lol, what? That's exactly what I put