通过 window.showModalDialog传的数据,过去之后#后面的内容不显示是什么原因啊
varstr=window.showModalDialog('/xzzx/system/P26_showContent.jsp?content=\''+content+'...
var str = window.showModalDialog('/xzzx/system/P26_showContent.jsp?content=\''+content+'\'', window, 'help:no;status:no;resizable:no;dialogWidth:600px;dialogHeight:250px;unadorne:yes;edge:sunken');
传到P26_showContent.jsp后,页面得到的content内容#后面的不显示是怎么回事啊,有知道的大侠帮帮忙啊 展开
传到P26_showContent.jsp后,页面得到的content内容#后面的不显示是怎么回事啊,有知道的大侠帮帮忙啊 展开
展开全部
修改a.html的openstr()方法,改为以下
function openstr()
{
ReturnValue=window.showModalDialog("b.html",window,"dialogWidth=510px;dialogHeight=150px;status=no");
if(ReturnValue && ReturnValue!="")
{
oOption = document.createElement('OPTION');
oOption.text=ReturnValue;
oOption.value=ReturnValue;
document.all.txtselect.add(oOption);
}
}
function openstr()
{
ReturnValue=window.showModalDialog("b.html",window,"dialogWidth=510px;dialogHeight=150px;status=no");
if(ReturnValue && ReturnValue!="")
{
oOption = document.createElement('OPTION');
oOption.text=ReturnValue;
oOption.value=ReturnValue;
document.all.txtselect.add(oOption);
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询