B
ByeBye 8492
Moinsen,
habe nen Problem bei meinem WYSIWYG-Editors, er will einfach keine Links einfügen ...
So sollte es aussehen bei :
http://www.optima-design.de/wysiwyg.gif
Bei Mozilla kommt aber nichts , das ist irgendwie mist .
function addLink(myUrl){
document.getElementById('editorWindow').contentWindow.focus()
// var myUrl = prompt("Please enter a URL:", "");
getIFrameDocument('editorWindow').execCommand('createLink', false, myUrl);
document.getElementById('editorWindow').contentWindow.focus()
}
Wenn ich das so eingebe, kommt das Fenster beim IE, wenn ich das Kommentar entferne kommt gar nichts mehr .
Achso, wenn man schonmal bei dem Thema ist, wie kriege ich es hin, das Mozilla entweder die Form des IE's verwendet, oder der IE CSS nutzt
Das übergeben der Sache ist dann noch was ganz anderes
habe nen Problem bei meinem WYSIWYG-Editors, er will einfach keine Links einfügen ...
So sollte es aussehen bei :
http://www.optima-design.de/wysiwyg.gif
Bei Mozilla kommt aber nichts , das ist irgendwie mist .
function addLink(myUrl){
document.getElementById('editorWindow').contentWindow.focus()
// var myUrl = prompt("Please enter a URL:", "");
getIFrameDocument('editorWindow').execCommand('createLink', false, myUrl);
document.getElementById('editorWindow').contentWindow.focus()
}
Wenn ich das so eingebe, kommt das Fenster beim IE, wenn ich das Kommentar entferne kommt gar nichts mehr .
Achso, wenn man schonmal bei dem Thema ist, wie kriege ich es hin, das Mozilla entweder die Form des IE's verwendet, oder der IE CSS nutzt
Das übergeben der Sache ist dann noch was ganz anderes