View Single Post
Old 12-11-2005, 12:42 PM  
wedouglas
So Fucking Banned
 
Join Date: Aug 2004
Location: Dearborn, MI
Posts: 5,921
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
That will get by firefox and ie fine?
wedouglas is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote