Advertisement

11.21.2005 at 09:23AM PST, ID: 21638368
[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.0

Disabled submit button doesn't reset on back button on firefox and safari

Asked by PhillipsWellness in JavaScript

Tags: , , , ,

Hi,

I'm having trouble with a submit button that is being disabled on a search form not showing up as re-enabled if the user clicks back.  This only happens in Firefox & Safari.  On IE, when the user hits BACK, they see the button in it's original state (not in its disabled state).

Here is code you can test:

Filename:  test.htm
Code:

<script>
function doLoad() {
myForm.submit_button.value = 'Searching...'
myForm.submit_button.disabled = true;
}
</script>
<form action="test2.htm" name="myForm" onSubmit="doLoad();" method="post">
<input type="submit" name="submit_button" value="Search" />
</form>

Filename:  test2.htm
code:
This is my test results page.<br />
<br />
<a href="javascript:history.go(-1);">Click Here</a> to go back.

It seems it could be an issue with how firefox & safari handle the cache and history.  My desired result is that when the user clicks BACK (or we do a history.go(-1)) on the resulting page, that when the browser goes back, they see an ENABLED button that says 'Search' and not the DISABLED button that still says 'Searching...'.  This is how it functions on IE.

Thanks in adavnce for your help!

Sincerely,

Dave PhillipsStart Free Trial
[+][-]11.21.2005 at 10:07AM PST, ID: 15335730

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.

 
[+][-]11.21.2005 at 11:21AM PST, ID: 15336309

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.

 
[+][-]11.21.2005 at 12:03PM PST, ID: 15336623

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.

 
[+][-]11.21.2005 at 12:31PM PST, ID: 15336870

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.

 
[+][-]11.21.2005 at 12:33PM PST, ID: 15336886

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.

 
[+][-]11.21.2005 at 01:28PM PST, ID: 15337277

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.

 
[+][-]11.21.2005 at 01:37PM PST, ID: 15337361

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.

 
[+][-]11.21.2005 at 06:00PM PST, ID: 15339101

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.

 
[+][-]11.28.2005 at 11:18AM PST, ID: 15374890

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.

 
[+][-]11.28.2005 at 11:20AM PST, ID: 15374907

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: JavaScript
Tags: firefox, button, back, submit, disabled
Sign Up Now!
Solution Provided By: cwolves
Participating Experts: 2
Solution Grade: A
 
 
[+][-]11.28.2005 at 03:43PM PST, ID: 15376558

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
[+][-]02.17.2006 at 12:20PM PST, ID: 15984193

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.

 
[+][-]02.21.2006 at 04:07AM PST, ID: 16007724

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