View Full Version : My Chromeless window won't change get any smaller!


becomingwd
08-18-2003, 03:40 AM
Hey all...I searched the forum before I posted I swear, but lol couldnt find any help...but anyway when I click my link to the chromeless window popup it comes up as a fullscreen, and I want it to be small, like 200x300...and I have that in my code but it still opens as a fullscreen. And I have ALL the zip file downloaded into the name place as the index page too, its not that lol But anyway here is my code

<script src="chromeless_35.js"></script>
<script language="javascript">
// CREDITS:
// Chromeless window script by Gabriel Suchowolski ( www.microbians.com )
// Distributed with permission by Lissa ( www.lissaexplains.com )
function openIT(u,W,H,X,Y,n,b,x,m,r) {
var cU ='close_up.gif'
var cO ='close_ovr.gif'
var cL ='clock.gif'
var mU ='min_up.gif'
var mO ='min_ovr.gif'
var xU ='max_up.gif'
var xO ='max_ovr.gif'
var rU ='res_up.gif'
var rO ='res_ovr.gif'
var tH ='<font face=verdana size=1>Becoming...subpages</font>'
var tW ='bwsubs'
var wB ='#9966ff'
var wBs ='#FFFFFF'
var wBG ='#ffe0ff'
var wBGs='#9966ff'
var wNS ='toolbar=0,location=0,directories=0,status=0,menu bar=0,scrollbars=0,resizable=0'
var fSO ='scrolling=no noresize'
var brd =b||0;
var max =x||false;
var min =m||false;
var res =r||true;
var tsz =20;
return chromeless(u,n,W,H,X,Y,cU,cO,cL,mU,mO,xU,xO,rU,rO,
tH,tW,wB,wBs,wBG,wBGs,wNS,fSO,brd,max,min,res,tsz)
}
</script>

Then my link code is this:
<a href="#" onclick="mywindow=openIT('content.html',50,50,null,null,'bw subs')">Content</a>

And its 50x50 b/c I was just playing around w/ it. My website is
http://www.geocities.com/sunshinegirl0941 if you wanna check it out to see the code in reallife lol lol THANKS SO MUCH!

lefty
08-18-2003, 03:48 AM
Are you using windows XP? Chromeless windows do that automatically in XP and there's nothing you can do about it. :\

becomingwd
08-18-2003, 03:50 AM
No I'm not?! lol Whys it doing this!!! UGH! lol