View Single Post
Old 05-07-2009, 12:11 AM   #12 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Just for kicks, take out your image button and try using a regular form button. I've ran into issues like this before with image buttons...


<input name="submit" id="submit" type="image" src="../images/bt_submit.gif" />


Try:

<input name="submit" id="submit" type="submit" />
allworknoplay is offline  
Reply With Quote