Ich muß einen Javascript so ändern, daß er sich in einem InlineFrame auswirkt.
Beispiel:
<script>
function webfont(command, parameter)
{
idContent.focus();
document.execCommand(command, true, parameter);
}
</script>
InlineFrame:
<iframe width="500px" id="idContent" name="fenster" height="400px" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"></iframe>
onlick-Event:
<a href="onClick=(webfont('FontName','AmericanTypewriter-Bold');">American
Typewriter</a>
(Schrift ist per CSS definiert)
Kann jemand helfen ?????
Beispiel:
<script>
function webfont(command, parameter)
{
idContent.focus();
document.execCommand(command, true, parameter);
}
</script>
InlineFrame:
<iframe width="500px" id="idContent" name="fenster" height="400px" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"></iframe>
onlick-Event:
<a href="onClick=(webfont('FontName','AmericanTypewriter-Bold');">American
Typewriter</a>
(Schrift ist per CSS definiert)
Kann jemand helfen ?????