//選擇日期用******************************************************************************* function show_calendar(obj){ //var urldoc = document.location //var urlstr = urldoc.toString() //var urlnum = urlstr.lastIndexOf(".")+5 //urlstr =urlstr.substring(0,urlnum) window.open("/skyfox.nsf/PickDate?openform&formtext="+obj,"calednar","height=150,width=230") }