您的位置:程序门 -> web 开发 -> asp



大侠帮忙啊


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


大侠帮忙啊
发表于:2007-01-09 14:17:46 楼主
为什么生日: <input   type= "text "   name= "datetime "     readonly   value= " "   onfocus= "this.blur() "   size= "12 "> <input   type= "button "   name= "b1 "   onclick= "window.open( 'list1.asp ') "   value= "日历 "   id= "button1 "> 可以打开,可是生日: <input   type= "text "   name= "datetime "     readonly   value= " "   onfocus= "this.blur() "   size= "12 "> <input   type= "button "   name= "b1 "   onclick= "window.open( 'list1.asp ', 'menubar=no,width=400,height=100,resizeable=no ') "   value= "日历 "   id= "button1 "> 想去掉标题和设置大小就不可以了
发表于:2007-01-09 17:03:561楼 得分:0
找找window.open的语法,应该是语法错误
发表于:2007-01-09 17:17:582楼 得分:0
可以打开,可是生日: <input   type= "text "   name= "datetime "     readonly   value= " "   onfocus= "this.blur() "   size= "12 "> <input   type= "button "   name= "b1 "   onclick= "window.open( 'list1.asp ', ' ', 'topmargin=0,leftmargin=0,marginwidth=0,marginheight=0,width=600,height=400,toolbar=no,menubar=no,scrollbars=yes '); "
——————————————————————————
改成这样试一下
——————————————————————————
  value= "日历 "   id= "button1 ">
发表于:2007-01-12 11:17:123楼 得分:0
<input   type= "text "   name= "datetime "     readonly   value= " "   onfocus= "this.blur() "   size= "12 ">
<input   type= "button "   name= "b1 "   onclick= "window.open( 'list1.asp ', ' ', 'menubar=no,width=400,height=100,resizeable=no ') "   value= "日历 "   id= "button1 ">


快速检索

最新资讯
热门点击