![Picture of bob smith Picture of bob smith](/graphics/unknown.gif)
bob smith - 2007-06-25 12:41:27 -
In reply to message 2 from Manuel Lemos
$form->AddInput(array(
'TYPE'=>'image',
'NAME'=>'myimage',
'ID'=>'myimage',
'ALT'=>'myimage'));
<input type="image" name="myimage" id="myimage" src="images/flag1.jpg" alt="myimage">
--After running, in the http_vars, I got:
Array ( [myimage_x] => 75 [myimage_y] => 56 )
Does everything look good here Mr. Lemos? I fixed my submit buttons, but I am still having trouble with my image submit. Thank you for your time.