Hi Peoples,
i hav one question about submitting the whole text trough an icon "Save". I edited the FCK Editor as well, and the Icon works fine. But now i want to submit the Form by Clicking on the Icon and the Page should point to herself.
this code only opens a new window, and thats not what i want :
function doSave()
{
var html = FCKShowDialog("../../index.php?site=admin&main=intern&menu=news&cat=new&preview=1", window, 600, 400) ;
objContent.focus() ;
}
so i need a function thy called like doSave() where the form points to hisself.
thanx for anny suggestions
i hav one question about submitting the whole text trough an icon "Save". I edited the FCK Editor as well, and the Icon works fine. But now i want to submit the Form by Clicking on the Icon and the Page should point to herself.
this code only opens a new window, and thats not what i want :
function doSave()
{
var html = FCKShowDialog("../../index.php?site=admin&main=intern&menu=news&cat=new&preview=1", window, 600, 400) ;
objContent.focus() ;
}
so i need a function thy called like doSave() where the form points to hisself.
thanx for anny suggestions