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 220(0.008 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!

6.2
I have a problem with setting focus in a form. I do this: <FORM name="weekReport" method="post" id="weekReport"> .......other code.... <INPUT type="text" name="projectRow0" class="textrow...
Zones: JavaScriptDate Answered: 12/26/2002 Views: 0
I want to be able to access an HTML element's contents by clicking on it, and also be able to dynamically change the content from text entered into a text field (elsewhere on the page). I have b...
Zones: JavaScriptDate Answered: 01/21/2004 Views: 0
I put together a test of the situation that I'm seeing when I try to dynamically generate content in IE.  I found that the innerHTML property is very consistent and works, but I wanted to see if I ...
Zones: JavaScript, DHTMLDate Answered: 06/27/2003 Views: 0
I am trying to use the InnerHTML function to create and delete similar div elements as necessary. I have the following function that is supposed to insert div elements into a div element. It shou...
Zones: JavaScriptDate Answered: 07/27/2003 Views: 0
Is it possible from a popup window to set innerHTML in a div or span on the parent window, tried a few ways but couldnt get it to work Basically got a drop down that fires the popup onchange, th...
Zones: JavaScriptDate Answered: 09/08/2003 Views: 0
Hello, I'm using an element's innerHtml prop. to change the element's text. I want it to display something like :     innerHtml = "Hello. <span class="name">Anna</span> likes icecream." Howe...
Zones: JavaScriptDate Answered: 02/12/2004 Views: 0
Hi, How do I use script tags in a script. Example: I want to add a JS script to a counter in a TD cell..... TD[t].innerHTML = TD[t].innerHTML+='<scr' + 'ipt src="http://www.counterscri...
Zones: JavaScriptDate Answered: 10/16/2003 Views: 0
I wondered, what is better to use and why?   I believe that the DOM is slower then innerHTML, so should I stop creating my elements using the DOM (ie, createElement("img"))? I enjoy not using...
Zones: JavaScript, DHTMLDate Answered: 08/30/2004 Views: 0
Is it possible and if so how, can I start with a blank div and insert images to it? For example, first make a gif of a Man appear then a girl then a baby so you end up with the whole family??
Zones: CSSDate Answered: 05/20/2005 Views: 0
What's wrong with this?: document.getElementById('myTable2').rows[i].cells[1].innerHTML="changed";
Zones: JavaScriptDate Answered: 06/21/2005 Views: 0