Amr0d
Erfahrenes Mitglied
Ich habe das Problem das bei mir das Chromeless nicht geöffnet wird ich habs so gemacht wie in dem Tutorial von Gollum und er sagt diese Seite kann nicht angezeigt werden hier ein Auszug aus dem Script was im head stehen muss
<head>
<script language="javaScript" type="text/javascript" SRC="pz_chromeless_2.1.js"></SCRIPT>
<script>
function openIT() {
theURL="index_chromless.htm"
wname ="CHROMELESSWIN"
W=800;
H=600;
windowCERRARa = "close_a.gif"
windowCERRARd = "close_d.gif"
windowCERRARo = "close_o.gif"
windowNONEgrf = "none.gif"
windowCLOCK = "clock.gif"
windowREALtit = "Amr0d Designz"
windowTIT = "<font face=arial size=1>Welcome</font>"
windowBORDERCOLOR = "#5985ce"
windowBORDERCOLORsel = "#999999"
windowTITBGCOLOR = "#b40005"
windowTITBGCOLORsel = "#333333"
openchromeless(index.htm, wname, W, H, windowCERRARa,
windowCERRARd, windowCERRARo,
windowNONEgrf, windowCLOCK, windowTIT,
windowREALtit,windowBORDERCOLOR,
windowBORDERCOLORsel, windowTITBGCOLOR,
windowTITBGCOLORsel)
}
</script>
und dann muss ja noch was vor dem link angegeben werden laut tut das sieht bei mir so aus
<a href="java%20scriptpenIT();" target="_blank">:: Enter ::</a>
ich hoffe ihr könnt mir sagen was falsch ist
danke im vorraus
<head>
<script language="javaScript" type="text/javascript" SRC="pz_chromeless_2.1.js"></SCRIPT>
<script>
function openIT() {
theURL="index_chromless.htm"
wname ="CHROMELESSWIN"
W=800;
H=600;
windowCERRARa = "close_a.gif"
windowCERRARd = "close_d.gif"
windowCERRARo = "close_o.gif"
windowNONEgrf = "none.gif"
windowCLOCK = "clock.gif"
windowREALtit = "Amr0d Designz"
windowTIT = "<font face=arial size=1>Welcome</font>"
windowBORDERCOLOR = "#5985ce"
windowBORDERCOLORsel = "#999999"
windowTITBGCOLOR = "#b40005"
windowTITBGCOLORsel = "#333333"
openchromeless(index.htm, wname, W, H, windowCERRARa,
windowCERRARd, windowCERRARo,
windowNONEgrf, windowCLOCK, windowTIT,
windowREALtit,windowBORDERCOLOR,
windowBORDERCOLORsel, windowTITBGCOLOR,
windowTITBGCOLORsel)
}
</script>
und dann muss ja noch was vor dem link angegeben werden laut tut das sieht bei mir so aus
<a href="java%20scriptpenIT();" target="_blank">:: Enter ::</a>
ich hoffe ihr könnt mir sagen was falsch ist
danke im vorraus