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"; } Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.