View Full Version : Chromeless window still not workin!


agentbumbum
04-30-2003, 01:11 AM
I posted ahwile ago about my chromeless window not working, and I got a reply w/ a new code. Well I posted that code up and its still not workin! I did upload everything needed so can someone check out http://www.geocities.com/oolala86/win.html , right click and view source, and tell me whats up please? Click here to go to my chromeless window thing (http://www.geocities.com/oolala86/win.html)

Lemon Squash
04-30-2003, 01:26 AM
Are you sure you've uploaded the chromeless.zip file?

vici0uskitty
05-01-2003, 08:35 PM
Like I said in another post it could be geocities. i tried adding a chromeless pop-up on one of my geocities account. Everyone ive talked to that tried to do a chromeless pop-up in a geocities site, it never worked for them.

MaGiCSuN
05-02-2003, 08:48 PM
to check which file types are allowed see this page:

http://us.geocities.yahoo.com/v/filetypes.html

.js should be allowed, it's on that page. Make sure you got everything linked to the right place, and that you got all files into the same folder

Love,
Mirna

agentbumbum
05-03-2003, 12:48 AM
so does anyone recommend free servers that support chromeless windows?

Alcy
05-04-2003, 03:15 AM
My old site is still up on geocities and uses a chromeless popup.

Did you upload the files to the same directory as your page?

Try this:
<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>&nbsp;&nbsp;Window title</font>'
var tW ='&nbsp;?&nbsp;window title'
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>

<a href="#" onclick="mywindow=openIT('http://www.geocities.com/oolala86/boop.html', 400, 200, null, null, 'girl')">
Click
</a>