Advertisement

08.10.2008 at 05:58PM PDT, ID: 23636742
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.9

PHP, Although there is only one submit button why doesn't key enter work in my form IE?

Asked by shadow_shooter in PHP Scripting Language

Tags:

Hello,

I built a html form with one submit button. When I press key enter in Firefox, it successully posts the form as I expect but the problem is with Internet Explorer.

When I press enter in IE, it refreshes page without submitting form. I've checked if the button value is passed but it doesn't.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
#Function that I use to show the form.
function htmlRender()
{
	$self=$_SERVER['PHP_SELF'];
	global $info;
	$a="<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
	echo $a;
	$html=<<<HTMLBODY
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>^ifre S1f1rlama Sayfas1</title>
    <link href="../design/layout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div style="width:530px; margin-left:auto; margin-top: 125px; margin-right:auto; text-align:center; font-size:15px; color: Red;"><B>^0FRE SIFIRLAMA FORMU</B></div>
<div id="emailsend">
<div style=" margin-left:auto; margin-right:auto; margin-top: 5px; color:black; text-align:justify; font-size:13px; margin-bottom: 42px;">
A_a1daki alana _ifresini s1f1rlamak istediiniz hesab1n kay1tl1 olduu e-mail adresini giriniz. Girdiiniz e-mail adresine hesab1n1z1n _ifresini
s1f1rlamak için gerekli olan talimatlar gönderilecektir.</div>
<form action="$self" method="post" style="margin-top: 75px">
<b>Lütfen e-mail adresinizi girin ve gönder tu_una bas1n:</b><br />
<div style="text-align:right; margin-top: 0px;">
<input type="text" maxlength="50" size="30" name="email" 
    style="margin-right: 10px; margin-top: 2px;" />
<br />
<br />
<input type="submit" name="resetsub" value="Send" /></div> 
</form>
</div>
<div style="width:400px; margin-left:auto; margin-right:auto; margin-top: 5px; color:Red; font-size:13px; font-weight:bold;">$info</div>
</body>
</html>
HTMLBODY;
return $html;
}
[+][-]08.10.2008 at 06:23PM PDT, ID: 22201345

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: PHP
Sign Up Now!
Solution Provided By: kebabs
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.10.2008 at 07:40PM PDT, ID: 22201561

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 07:52PM PDT, ID: 22201591

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:22PM PDT, ID: 22201654

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:32PM PDT, ID: 22201678

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:43PM PDT, ID: 22201705

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:45PM PDT, ID: 22201713

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:47PM PDT, ID: 22201721

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.10.2008 at 08:56PM PDT, ID: 22201745

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.11.2008 at 02:00AM PDT, ID: 22202687

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628