Jump to content

createForm not responding in IE?


MikeDXUNL

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.