anglernicole
Grünschnabel
Hallo, bin noch ganz frisch hier und hab auch gleich mal ne Frage. Ich möchte für meine popup´s die Schrifftart auf Comic Sans MS ändern, irgendwie mach ich da was falsch. Hier mein Script im momentanen Zustand
function copyright()
{
win1=window.open("","copyright","width=200,height=150,top=50,left=100,toolbar=no");
win1.document.open("text/htm");
win1.document.bgColor="#9F9F9F";
win1.document.fgColor="#000000";
win1.document.write("Name<br>Anschrift<br>PLZ Ort<br><br> e-mail");
}
Danke schonmal
function copyright()
{
win1=window.open("","copyright","width=200,height=150,top=50,left=100,toolbar=no");
win1.document.open("text/htm");
win1.document.bgColor="#9F9F9F";
win1.document.fgColor="#000000";
win1.document.write("Name<br>Anschrift<br>PLZ Ort<br><br> e-mail");
}
Danke schonmal