Site Stats
Currently: 1 online
Total Hits: 3095818

Domain Info
- Hosting brought on 06/19/2003
- Hosted by Ace-host recommended
- 5GB space 60Gb data/month

Display information
Optimised for:
 1024 x 768 resolution
 Internet Explorer
 Macromedia Flash
Also tested and working in:
 Netscape
 Mozilla Firefox

Being Validated
Valid HTML 4.01 Transitional

Girl
Char, 20, female, British, Gemini, ...more?

Alternative Navigation
 Girl
 Domain
 Tutorials
 Goodies
 Etc
 Clear

Recommended
Want cheap AND reliable webhosting ? click here and I mean cheap!

Change skin


Give a gift :)


Cam

Cam Image

Affiliates

twisted-logic.com <3 Anni @ pagegirl.de


Top 15 Referrers
1) cute-spot.com [6765]
2) cute-spot.com [4134]
3) veredgf.fre... [3463]
4) carrieware.com [1678]
5) bouncy-bubb... [966]
6) divergente.org [846]
7) rainbow-bit... [744]
8) bouncy-bubb... [733]
9) shatteredel... [639]
10) rainbow-bit... [635]
11) yanhuahuo.b... [630]
12) cute.startk... [584]
13) users.volja... [565]
14) kao-ani.com [541]
15) so-juicy.net [537]
 

Search

Web so-you.net

so-youNET Advertisments!

akuhei.nu

Chromeless Window Tutorial

This is a very frequently asked question, how do a chromeless window, it looks like this
Open Chromeless

Now download this zip file and then extract all the files put them all in the same folder and upload them to your server, you can change the buttons to what you like.

Now paste this code in the <head> tag of your page

Now check this code and make sure that all of the image urls and the src="chromeless_35.js" is actually correct! for example if you put it in a folder called chromeless it would be src="chromeless/chromeless_35.js" if you start getting confused put in the whole url

and place this code where you want the link to appear but change the size of the widow and the url of the page u want opening up!

And there u go! a chromeless window!

Now if u want to change the border size and some of the other options

var brd =b||5; //Extra border size.
var max =x||false; //Maxzimize option (true|false).
var min =m||false; //Minimize to taskbar option (true|false).
var res =r||false; //Resizable window (true|false).

this will not change a thing so u have to take off the first bits, ie

var brd = 5; //Extra border size.
var max = false; //Maxzimize option (true|false).
var min = false; //Minimize to taskbar option (true|false).
var res = false; //Resizable window (true|false).

I havent a clue why its not like that anyway :P