YeahBuddy
01-07-2001, 06:08 PM
I want to use popunders for the topsites I am a member of. What is the code I should use? Thanks in advance!
notibrian
01-08-2001, 12:05 AM
my site is using this code :-
<!-- Start of Back Console -->
<script language="JavaScript">
<!--
browserVer = parseInt(navigator.appVersion);
SX=window.open('http://yourtoplists.com',
'SXback','toolbar=1,location=1,status=1,menubar=1, '+
'scrollbars=1,resizable=1,width=500,height=300');
if( browserVer >= 4) {
window.focus() ;
**
// -->
</script>
<!-- End of Back Console -->
YeahBuddy
01-09-2001, 12:21 PM
What if I wanted to use multiple popunders on the same page? I tried modifying it myself to no effect http://geekvillage.com/ubb/frown.gif
vBulletin® v3.7.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.