這個按鈕為何沒反應,哪錯了?
<input name="btngetcom" type="button" onClick="javascript:window.showmodaldialog("com_list.asp","com_list_window","dialogheight:300px;dialogwidth:300px;status:'選擇要進入的模塊';resizable : yes; center:yes");" value="進入">
<input name="btngetcom" type="button" onClick="showModalDialog('com_list.asp','com_list_window','dialogheight:300px;dialogwidth:300px;status:no;resizable:yes; center:yes');" value="進入">
要注意红色部分的大小写
status的值只有yes和no,其他的无效,表示是否显示状态栏