Øhhm jeg har ik så meget styr på det her, men hvad skal jeg ændre?? Og skal jeg bare indsætte de billeder fra .zip filen i det nye vinue????
-altså gerne en hurtig beskrivelse...
<script language=javascript src="chromeless_30.js"></script>
<script language=javascript>
function openIT(theURL,W,H, wname) {
CLOSEdwn = "close_dwn.gif"
CLOSEup = "close_up.gif"
CLOSEovr = "close_ovr.gif"
MINIdwn = "mini_dwn.gif"
MINIup = "mini_up.gif"
MINIovr = "mini_ovr.gif"
NONEgrf = "none.gif"
CLOCKgrf = "clock.gif"
titHTML = "Window title" //change to your desired window title
titWIN = "window title" //your desired status bar title
winBORDERCOLOR = "#000000" //change to your desired border color
winBORDERCOLORsel = "#FFFFFF" //change to your desired selected border color
winBGCOLOR = "#FF0000" //change to your desired top bar background color
winBGCOLORsel = "#00FF00" //change to your desired top bar selected background color
mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}
</script>
Put the following link code in the <body> of your page to open your chromeless window:
<a href="java script:openIT('
http://the_url_of_my_chromeless_window.html', 400, 300, 'name of my chromeless window');">Text for your link here</a>