05-07-2009, 12:11 AM
|
#12 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
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" />
|
|
|
|