Hello all,
I am Novice programmer . I am trying to use javascript popup calendar .
i am using some thing liek to this to open in a blankpage
calWin=window.open("blankpage.html","cal","toolbar=0,width="+calWidth+",height="+calHeight+",left="+(winX+calOffsetX)+",top="+(winY+calOffsetY));
sometimes what i get is page not found and sometimes the calendor popups perfectly.
i really appreciate any input.
I am Novice programmer . I am trying to use javascript popup calendar .
i am using some thing liek to this to open in a blankpage
calWin=window.open("blankpage.html","cal","toolbar=0,width="+calWidth+",height="+calHeight+",left="+(winX+calOffsetX)+",top="+(winY+calOffsetY));
sometimes what i get is page not found and sometimes the calendor popups perfectly.
i really appreciate any input.