摘要:
function openaddcalendar()
{
var width=210;
var height=180;
var surl='../openwindow.aspx?url=calendar.aspx';
var returnVal;
returnVal=window.showModalDialog (surl + '&width=' + width +'&height='+ height ,'','dialogWidth=' + width + 'px;dialogHeight=' + height + 'px;resizable=no;help=no;center=yes;status=no;scroll=no;edge=sunken');
if (returnVal=="True")
{
window.location.href=windo 阅读全文
posted @ 2007-09-18 14:53
探寻者飞
阅读(5723)
评论(0)
推荐(0)
浙公网安备 33010602011771号