Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 56(0.012 seconds)
[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!

8.6
Hi All, I have a page that uses smart navigation. When I tried to add an onbeforeunload JS function, that function never got called. If I turn the smartnavigation off .. the function gets ca...
Zones: C#Date Answered: 02/17/2005 Views: 0
hi all experts, Please see my testing page. http://web1.media60x.com/html/test/confirmsave.html When I use event "onBeforeUnload", how can I classify when is user click the link and when i...
Zones: JavaScriptDate Answered: 01/29/2001 Views: 0
Hi, I am finding out if a User has made any changes on controls in a form. If the User tries to leave the current page, I am trapping it using ONBEFOREUNLOAD in the BODY tag. Now the message ...
Zones: JavaScriptDate Answered: 10/24/2002 Views: 0
Can I catch the window_onbeforeunload inside my mypage.aspx.cs> I don't want to use the usual way jscript: <body onload="setTab()" onbeforeunload="Window_OnBeforeUnload()">") When the user...
Zones: .NETDate Answered: 10/21/2003 Views: 9
Can I catch the window_onbeforeunload inside my mypage.aspx.cs> I don't want to use the usual way jscript: <body onload="setTab()" onbeforeunload="Window_OnBeforeUnload()">") When the user...
Zones: Web DevelopmentDate Answered: 07/19/2003 Views: 0
Hi, I am trying to find a way to simulate the behavior of onbeforeunload function in Netscape.  I understand that Netscape does not support this function.  I have a form that has user information, ...
Zones: Web BrowsersDate Answered: 02/22/2004 Views: 0
Hi, can anybody guve me the solution for onbeforeunload event which works in IE .Can anbody suggest any netscape alternative??
Zones: JavaScriptDate Answered: 04/13/2004 Views: 0
Hello!  I need a working code that will ask the user if he/she tries to close/navigate away from a page whether or not he/she really wants to do so.  There are many codes already on EE but you have...
Zones: JavaScriptDate Answered: 07/29/2004 Views: 5
I am trying to save the contents of a textarea to a new window when a user closes the present window without submitting. I have tried the following code, it opens the new window, but does not popul...
Zones: JavaScriptDate Answered: 08/09/2004 Views: 0
I am using the below code to warn the user if they try and leave the page, the thing is i have it on a page with a flash file, what i want is to be able to re direct to another page without the pop...
Zones: JavaScriptDate Answered: 07/08/2005 Views: 331