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 298(0 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.2
I use OnClick property with IMG tag with IE, but it doesn't work with Netscape. How can I do this? Note: Maybe, using <A> tag before IMG tag is the solution, but I don't want page to be changed. Or...
Zones: Web BrowsersDate Answered: 02/26/1999 Views: 0
This is my code: import java.awt.* ; class Test extends Frame {       Test()       {             add(new Picture()) ;             setSize(600,400) ;       }              public static void main(String args[])       {             new Test().show() ;       } } ...
Zones: JavaDate Answered: 07/15/1999 Views: 0
I`m trying to write a program that can diplay all array panels. Heres my program.It has no compile error.But is has run time error.Please check the problem for me!!Thank you! import java.io.*;...
Zones: JavaDate Answered: 01/11/2000 Views: 0
Can anyone tell me how to change the src for an image contained in a layer
Zones: JavaScriptDate Answered: 06/06/2000 Views: 0
i am developing mail client using java API and sevlet . how to read mail having image file as attachment.
Zones: JavaDate Answered: 08/10/2000 Views: 0
Hello! I have the following class: (please, consider gifArray as an a GIF file dinamically loaded on run() method) class MyClass extends Canvas {   Image img;   ...   public void run()...
Zones: JavaDate Answered: 06/26/2000 Views: 0
Hi I have this situation when  a user fills the text into a textarea once it is submitted , the code should check if there is a link into the code what i mean is like if there is a www. or http...
Zones: ASPDate Answered: 12/28/2000 Views: 0
When I push the button btnOne the following has to happen: <input name="Image" type="text" value="test.gif"> <input type="Button" value="Preview" id="btnOne" name="btnOne" onClick="showPicture...
Zones: JavaScriptDate Answered: 08/17/2002 Views: 5
Hi,  Here's the result (below), but where's the (picture/gifs) ? My Local Host -(Http://Local/servlet/coreservlets.PersistentConnection) /servlet/coreservlets/bullets/b01lis.gif  /servlet/...
Zones: Java, ServletsDate Answered: 03/27/2003 Views: 0
Hi all. I have a problem displaying images dynamically. I am storing the filenames in a database and using a recordset to insert the desired filename into an <img src="<% =filename %>"> tag.  When ...
Zones: ASPDate Answered: 07/29/2003 Views: 0