ok
i´ve read the code of the calender several times :blink:
and i think that i´ve found something .... for the popup "problem"
is it posible that i´ve to make some changes in the escal.php
so i want the calnder not to open a popup window ...
i tryed to open the generated file only in an other frame...
but where & what i have to change????
my idea:
if ($standardPop==1) {
echo "<script language=\"JavaScript\" type=\"text/JavaScript\">\n";
echo "<!--\n";
echo "function popupEvent(ev, w, h) {\n";
echo " var winl = (screen.width - w) / 2;\n";
echo " var wint = (screen.height - h) / 2;\n";
i think this must be moded:
echo " win = window.open(\"escalEV.php?ev=\" + ev + \"&readFile=$readFile&readSQL=$readSQL\",\"ESCalen dar\",\"scrollbars=yes,status=no,location=no,toolb ar=no,menubar=no,directories=no,resizable=yes,widt h=\" + w + \",height=\" + h + \",top=\" + wint + \",left=\" + winl + \"\");\n";
in something like that :blink:
echo " win = <a href ="(\"escalEV.php?ev=\" + ev + \"&readFile=$readFile&readSQL=$readSQL\",\"ESCalen dar\",\"scrollbars=yes,status=no,location=no,toolb ar=no,menubar=no,directories=no,resizable=yes,widt h=\" + w + \",height=\" + h + \",top=\" + wint + \",left=\" + winl + \"\");\n"

" targe="haupt">
but i think it will not work!!! cause i´m not so good in scripting .... i´ve often written little scripts but ...never something like this
echo " if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }\n";
echo " }\n";
echo "//-->\n";
echo "</script>\n";
}
but a some lines later i´ve found this : :huh:
if ($standardPop == 1) {echo " title=\"$et[$daycount]\" onClick=\"popupEvent($daycount,$popupWidth,$popupH eight)\" style=\"cursor:hand;\"";}
}
please help me :huh: 1000 thanx