Andreas Gaisbauer
Erfahrenes Mitglied
Sehr schön - gefällt mir
ändere "Farbe.html" in follgendes
dann funktionierts...
ciao
ändere "Farbe.html" in follgendes
PHP:
<html>
<head>
<title>Schriftfarbe</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function format(command, parameter)
{
window.opener.divEditable.focus();
window.opener.document.execCommand(command, true, parameter);
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:onClick=format('ForeColor', 'red');">Farbe
rot </a>
</body>
</html>
dann funktionierts...
ciao
Zuletzt bearbeitet: