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 3968(0.129 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!

5.4
I am validating the value entered in a text box, however, I need to convert the string to upper case. Must use javascript Code sniplet: function checkpctext(strText){   attempt 1 : var strUText =...
Zones: JavaScriptDate Answered: 07/21/1998 Views: 0
Ok, I'm pretty new to ASP so this is probably a very easy question.  The following is a piece of the code I am working on right now.  I would like to know why the program blows up on the line: Req...
Zones: ASPDate Answered: 01/18/2000 Views: 0
Can I send value with the command : Response.redirect ? What I mean is : Sometime i need to go back to previous asp page , I should send value with the back link , for example : <a href some...
Zones: ASPDate Answered: 06/12/2000 Views: 0
Hi guys, I have an asp file named file1.asp I want to submit a hidden value from file1.asp to file2.asp for example: file1.asp <input type="hidden" value="<%=request.form("name")%>" name="...
Zones: ASPDate Answered: 08/25/2000 Views: 0
How can I know if the value of a text box is numeric or characters? For example I want the value entered into a textbox to be numeric only or only letters. Thanks
Zones: Visual Basic, Font CreatorDate Answered: 11/15/2000 Views: 0
Hi, Is there anybody knows the answer of this question. I'm using form on the main page(window)... and i'm having 1 textboxe and one checkbox very next to it. when i'm clicking checkbox new popu...
Zones: ASPDate Answered: 12/14/2000 Views: 0
<cfoutput query="Packages"> <cfif Packages.RecordCount eq 0> Sorry, your selection is not available at the moment <cfelse> whatever's here </cfif> </cfoutput> These doens't work. What I'm ...
Zones: ColdFusion Application ServerDate Answered: 12/12/2000 Views: 0
Hi all, I need to create a new A/JSP that will handle redirects within a web browser.  The idea is that people who use web browser based email clients like for hotmail, yahoo and now aol, can po...
Zones: ASPDate Answered: 03/22/2003 Views: 0
Hello, I have 2 radio box <input type="Radio" name="x" checked value="ve"> <input type="Radio" name="x" checked value="ev"> Now how can I get with JS the value of the selected box?
Zones: JavaScriptDate Answered: 11/22/2001 Views: 0
onchange="location.reload('atsearch.asp?Industrywhere='+escape(this.options[this.selectedIndex].value))" I have that bit of code that is passing a variable.  But i also have another variable tha...
Zones: JavaScriptDate Answered: 03/28/2001 Views: 0