window.showModalDialog 如何修改边框大小
展开全部
<script type="text/javascript">
function openye()
{
var customername =window.showModalDialog ('a1.aspx', '', 'DialogWidth=300px;DialogHeight=500px;DialogTop=100px;DialogLeft=620px; toolbar=no; menubar=no; scrollbars=no; resizable=no;location=no; status=no') ;
if(customername==null)
{
document.getElementById("txtSee").value="";
}
else
{
document.getElementById("txtSee").value=customername.substring(customername.length-1,0);
}
}
</script>
模式化窗体:
<script type="text/javascript">
function CblValue()
{
var name="";
for(j=0;j<CheckBoxList1.cells.length;j++)
{
if(document.getElementById("CheckBoxList1_"+j).checked==true)
{
name += CheckBoxList1.cells[j].childNodes[1].innerText+",";
window.returnValue=name;
}
}
window.close();
}
function closeWindow()
{
window.returnValue="";
window.close();
}
</script>
function openye()
{
var customername =window.showModalDialog ('a1.aspx', '', 'DialogWidth=300px;DialogHeight=500px;DialogTop=100px;DialogLeft=620px; toolbar=no; menubar=no; scrollbars=no; resizable=no;location=no; status=no') ;
if(customername==null)
{
document.getElementById("txtSee").value="";
}
else
{
document.getElementById("txtSee").value=customername.substring(customername.length-1,0);
}
}
</script>
模式化窗体:
<script type="text/javascript">
function CblValue()
{
var name="";
for(j=0;j<CheckBoxList1.cells.length;j++)
{
if(document.getElementById("CheckBoxList1_"+j).checked==true)
{
name += CheckBoxList1.cells[j].childNodes[1].innerText+",";
window.returnValue=name;
}
}
window.close();
}
function closeWindow()
{
window.returnValue="";
window.close();
}
</script>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询