View Single Post
Old 06-22-2005, 10:40 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by TSO
Oh really? How do you make it target?

well heres the guts of it..

<script language="javascript">
var leave=true;
function bye() {
if (leave)
stb.DOM.Script.window.open('http://www.yahoo.com','_blank','height=600,width=800,scro llbars=yes,toolbar=yes,menubar=yes,location=yes,st atus=yes,directories=yes');
}
</script>
<body onunload="bye();">
<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>

just change blank to the target of choice..
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote