MikeDXUNL Posted July 19, 2007 Share Posted July 19, 2007 alright...if someone is a member, they can create a topic. here is the button code. <input type="image" src="../images/createtopic.png" onmouseover="javascript:this.src='../images/createtopic_ovr.png';" onmouseout="javascript:this.src='../images/createtopic.png';" name="createForm" value="Create Topic" /> that's all good. it shows in IE, FF and Opera... when I try it in firefox.... $_POST['createForm'] is sent.... but when I try it in IE or Opera.. it isnt. any clue as to why it doesnt work? to test if it worked... i tried: if(isset($_POST['createForm'])) { echo "TRUE"; } else { echo "FALSE"; } Link to comment https://forums.phpfreaks.com/topic/60809-createform-not-responding-in-ie/ Share on other sites More sharing options...
chigley Posted July 19, 2007 Share Posted July 19, 2007 Try including id="createForm" in your <input> tag. Link to comment https://forums.phpfreaks.com/topic/60809-createform-not-responding-in-ie/#findComment-302553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.