* Thus wrote Sam ([EMAIL PROTECTED]): > > What do you do with this? > Submit.x=22&Submit.y=13 > > if($_GET['Submit.x'] > 0) ???
$_GET['Submit_x']; php converts .x to _x to be compatible accross browser versions. > > Is there some smarter way of dealing with an image as a submit button? > > input name="Submit" type="image" value="doesNOTseemTOmatter" mozilla/firefox is the only browser that I know of that will pass the value. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php