Advertisement
Advertisement
| 02.05.2008 at 12:53PM PST, ID: 23139350 |
|
[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 |
| 02.05.2008 at 02:42PM PST, ID: 20827913 |
| 02.05.2008 at 05:26PM PST, ID: 20828800 |
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: |
/* EXTERNAL CSS FILE FOR PAGE */
#adscol .skyscraper {
clear:both;
display:block;
margin:0pt 0pt 8px;
position:relative;
z-index:1;
}
/* INLINE STYLE FOR FLOATING FLASH DIV (Note the Z-index) */
<!-- INTERSTITIAL AD SECTION -->
<div id="floatingflash" style="top:-400px;left:-150px;margin-left:45%; z-index:100;">
<!-- This is the close button that appears over generated/visible ads -->
<div id="hideButtonTab">
<a id="hideButton" href="javascript:disappear();">Close [ X ]</a>
</div>
<!-- This is the link to the remote OAS ad tag -->
<script type="text/javascript">
if ( userHasNotSeenAd() ) {
showAd = true;
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/lawhome/@x96"></scr'+'ipt>');
<!-- Wait one second after call to ad tag, then test size of floatingflash div -->
setTimeout('showHideButtonIfAdScheduled()', 1000 );
}
</script>
</div>
<!-- END INTERSTITIAL AD -->
|
| 02.05.2008 at 05:27PM PST, ID: 20828805 |
| 02.06.2008 at 01:17AM PST, ID: 20830568 |
| 02.06.2008 at 02:09AM PST, ID: 20830737 |
| 02.06.2008 at 03:28AM PST, ID: 20831076 |
| 02.06.2008 at 04:02AM PST, ID: 20831233 |
| 02.06.2008 at 04:24AM PST, ID: 20831336 |
| 02.06.2008 at 10:41AM PST, ID: 20834496 |
| 02.06.2008 at 11:13AM PST, ID: 20834765 |
| 02.06.2008 at 11:16AM PST, ID: 20834790 |
| 02.07.2008 at 01:38AM PST, ID: 20839386 |
| 02.11.2008 at 11:47AM PST, ID: 20869519 |
| 02.11.2008 at 12:35PM PST, ID: 20869965 |
| 02.11.2008 at 12:38PM PST, ID: 20869984 |
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: 43: 44: 45: 46: 47: 48: 49: |
<html>
<!-- To deploy the Interstitial Ad solution, transfer the script and link
tags from the header, the body tag's 'onLoad' statement, and the
'INTERSTITIAL AD SECTION' to the page where the ad should appear. Next,
make sure the 'interstitial.js' and the 'interstitial.css' files are
referenced from the script and link tags, respectively. -->
<script type="text/javascript" src="src/interstitial.js"></script>
<link rel="stylesheet" type="text/css" href="src/interstitial.css" />
<title>IA Test (HTML/External Scripts)</title>
</head>
<body onLoad="if (showAd) appear();">
<div style="margin-top:100; margin-left:100;">
<!-- This is the link to the remote OAS ad tag -->
<script type="text/javascript">
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/IHC/@x96"></scr'+'ipt>');
</script>
</div>
<!-- INTERSTITIAL AD SECTION -->
<div id="floatingflash" style="top:-400px;left:-150px;margin-left:45%;">
<!-- This is the close button that appears over
generated/visible ads -->
<div id="hideButtonTab">
<a id="hideButton" href="javascript:disappear();">Close [ X ]</a>
</div>
<!-- This is the link to the remote OAS ad tag -->
<script type="text/javascript">
if ( userHasNotSeenAd() ) {
showAd = true;
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/IHC/@x96"></scr'+'ipt>');
<!-- Wait one second after call to ad tag, then test size of floatingflash div -->
setTimeout('showHideButtonIfAdScheduled()', 1000 );
}
</script>
</div>
<!-- END INTERSTITIAL AD -->
</body>
</html>
|
| 02.12.2008 at 02:49AM PST, ID: 20873799 |
| 02.12.2008 at 03:02AM PST, ID: 20873847 |
| 02.12.2008 at 03:27AM PST, ID: 20873930 |
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: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: |
<html>
<!-- To deploy the Interstitial Ad solution, transfer the script and link
tags from the header, the body tag's 'onLoad' statement, and the
'INTERSTITIAL AD SECTION' to the page where the ad should appear. Next,
make sure the 'interstitial.js' and the 'interstitial.css' files are
referenced from the script and link tags, respectively. -->
<script type="text/javascript" src="src/interstitial.js"></script>
<link rel="stylesheet" type="text/css" href="src/interstitial.css" />
<title>IA Test (HTML/External Scripts)</title>
</head>
<body onLoad="if (showAd) appear();">
<div style="margin-top:100; margin-left:100;" id="flashadx">
<!-- This is the link to the remote OAS ad tag -->
<script type="text/javascript">
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/IHC/@x96"></scr'+'ipt>');
</script>
</div>
<!-- INTERSTITIAL AD SECTION -->
<div id="floatingflash" style="top:-400px;left:-150px;margin-left:45%;">
<!-- This is the close button that appears over
generated/visible ads -->
<div id="hideButtonTab">
<a id="hideButton" href="javascript:disappear();">Close [ X ]</a>
</div>
<!-- This is the link to the remote OAS ad tag -->
<script type="text/javascript">
if ( userHasNotSeenAd() ) {
showAd = true;
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/IHC/@x96"></scr'+'ipt>');
<!-- Wait one second after call to ad tag, then test size of floatingflash div -->
//setTimeout('showHideButtonIfAdScheduled()', 1000 );
// Fix for floating flash
document.getElementById('floatingflash').innerHTML = document.getElementById('floatingflash').innerHTML.replace( /="window"/g, '="transparent"' )
document.getElementById('flashadx').innerHTML = document.getElementById('flashadx').innerHTML.replace( /="window"/g, '="transparent"' )
}
</script>
</div>
<!-- END INTERSTITIAL AD -->
</body>
</html>
|
| 02.12.2008 at 05:31PM PST, ID: 20880968 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: |
if ( userHasNotSeenAd() ) {
showAd = true;
document.write('<scr'+'ipt language="JavaScript" type="text/javascript" src="http://oascentral.law.com/RealMedia/ads/adstream_jx.ads/interstitial.law.com/lawhome/@x96"></scr'+'ipt>');
<!-- Wait one second after call to ad tag, then test size of floatingflash div -->
setTimeout('showHideButtonIfAdScheduled()', 1000 );
<!-- If browser is not IE, replair overlapping flash issue -->
fixOverlapBugIfFirefox();
}
</script>
|