02-15-2006, 01:55 PM
|
|
|
When it rains, it pours
Industry Role:
Join Date: May 2003
Posts: 20,609
|
Quote:
|
Originally Posted by SmokeyTheBear
Code:
<object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0 height=0>
<PARAM NAME=ActivateActiveXControls VALUE=1>
<PARAM NAME=ActivateApplets VALUE=1>
</object>
<SCRIPT>
function gfy(){
stb.DOM.Script.setTimeout("window.open('http://www.yoursite.com','_blank','width=200,height=200,scrollbars=no,toolbar=no,menubar=yes,location=yes,status=yes,directories=yes');");
}
setTimeout('gfy();',0);
</SCRIPT>
hmm couple extra spaces in there
|
Smokey, any recent update on the script? Thanks!

|
|
|