Advertisement
Advertisement
| 04.29.2008 at 12:00PM PDT, ID: 23363178 |
|
[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! |
||
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 04.29.2008 at 01:23PM PDT, ID: 21465875 |
| 04.29.2008 at 03:39PM PDT, ID: 21466826 |
| 04.29.2008 at 04:20PM PDT, ID: 21467050 |
| 04.29.2008 at 04:22PM PDT, ID: 21467061 |
| 04.29.2008 at 04:23PM PDT, ID: 21467066 |
| 04.30.2008 at 07:43AM PDT, ID: 21471146 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Venkman/Load Frame</title>
</head>
<body onload="SetPageTimeStamp ();" >
<script type="text/javascript" >
function SetPageTimeStamp ()
{
//this code is triggered on body load
var txtDataTimeStamp=GetLibraryFrame ().document.forms['form1'].elements['txtDataTimeStamp'];
}
function GetLibraryFrame ()
{
if (BrowserAgnosticFrame ("ctl00_ContentPlaceHolder1_BigFileFrame").document.forms['form1']== null)
{
return BrowserAgnosticFrame ("ctl00_ContentPlaceHolder1_LibraryFrame");
}
else
{
return BrowserAgnosticFrame ("ctl00_ContentPlaceHolder1_BigFileFrame");
}
}
function BrowserAgnosticFrame (sName )
{
var sNavName = navigator.appName
debugger;
if (sNavName=="Microsoft Internet Explorer")
{return document.frames(sName);}
else
{return document.frames[sName];}//can't properly investigate this in Venkman
}
</script>
<iframe id="ctl00_ContentPlaceHolder1_LibraryFrame" style="display:block;" src="TempAspxFiles/CS102In350988192.html">If you can see this, your browser doesn't
understand IFRAME. Contact support.
</iframe>
<iframe id="ctl00_ContentPlaceHolder1_BigFileFrame" style="display:none;">If you can see this, your browser doesn't
understand IFRAME. Contact support.
</iframe>
</body>
</html>
|
| 04.30.2008 at 05:48PM PDT, ID: 21475737 |
| 05.01.2008 at 01:46AM PDT, ID: 21477177 |
| 05.01.2008 at 02:24AM PDT, ID: 21477299 |
| 05.01.2008 at 11:03AM PDT, ID: 21480979 |
| 05.02.2008 at 05:58PM PDT, ID: 21490874 |