Advertisement
Advertisement
| 05.06.2008 at 12:20PM PDT, ID: 23380625 |
|
[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.
Your Input Matters 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! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: |
//method one
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
var newwindow;
function pop(url)
{newwindow=window.open(url,'','width=400,menubar=0,toolbar=0,location=0,status=0,statusbar=0,scrollbars=1');
if (window.focus) {newwindow.focus()}
}
</SCRIPT>
<a href="star1.html" onClick="pop(this.href); return false" style="font-size: 11px; color:#000000; font-family: arial; text-decoration: none">ddd
</a>
</body>
// method two
<A HREF="star4.html" onmouseover="p4.src='images/star-v2.gif'; window.status='Specialist enforcement squad experienced in the customer service focused rail environment.'; return true;" onmouseout="p4.src='images/star-v1.gif'; window.status=''; return true;" onclick="window.open(this.href, 'Shipping' ,'height=400,width=600,top=100,left=100,toolbar=no,location=no,scrollbar=no'); return false">
Specialist enforcement squad experienced in the customer service focused rail environment.</A>
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 05.06.2008 at 12:49PM PDT, ID: 21510402 |
| 05.06.2008 at 01:21PM PDT, ID: 21510700 |
| 05.06.2008 at 02:35PM PDT, ID: 21511282 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
var newwindow;
function pop(url) {
newwindow=window.open(url,'_blank','width=400,scrollbars');
return (newwindow) ? false:true; // if window opened, return false
}
</SCRIPT>
<a href="star1.html" onClick="return pop(this.href)"
style="font-size: 11px; color:#000000; font-family: arial; text-decoration: none">ddd
</a>
|
| 05.08.2008 at 10:07AM PDT, ID: 21526541 |
| 05.08.2008 at 02:18PM PDT, ID: 21528565 |