读不到TextBox.Text值
点击TextBox是自动弹出日期选取框,选取后在页面有显示,但后台TextBox.Text值却为空。页面代码:<headrunat="server"><title>创建订...
点击TextBox是自动弹出日期选取框,选取后在页面有显示,但后台TextBox.Text值却为空。
页面代码:
<head runat="server">
<title>创建订单</title>
<script language="javascript">
function Fcalendar(field)
{
var rtn=window.showModalDialog("../date.aspx","","dialog Width:290px;dialogHeight:250px;status:no;help:no;scrolling=no;scrollbars=no");
if(rtn!=null)
field.value=rtn;
return rtn;
}
</script>
</head>
<body style="background-color:#fffff2">
<form id="form1" runat="server">
<div>
<asp:TextBox ID="txt_indate1" runat="server" Width="100px" onclick="Fcalendar(this)" ReadOnly="True"></asp:TextBox>
<asp:TextBox ID="txt_outdate1" runat="server" Width="100px" onclick="Fcalendar(this)" ReadOnly="True"></asp:TextBox>
</div>
</form>
</body>
后台代码:
protected void Button3_Click(object sender, EventArgs e)
{
Label4.Text = txt_indate1.Text;
}
date.aspx....略
有啊,parent.window.returnValue = strY+"-"+strM+"-"+strDay; 展开
页面代码:
<head runat="server">
<title>创建订单</title>
<script language="javascript">
function Fcalendar(field)
{
var rtn=window.showModalDialog("../date.aspx","","dialog Width:290px;dialogHeight:250px;status:no;help:no;scrolling=no;scrollbars=no");
if(rtn!=null)
field.value=rtn;
return rtn;
}
</script>
</head>
<body style="background-color:#fffff2">
<form id="form1" runat="server">
<div>
<asp:TextBox ID="txt_indate1" runat="server" Width="100px" onclick="Fcalendar(this)" ReadOnly="True"></asp:TextBox>
<asp:TextBox ID="txt_outdate1" runat="server" Width="100px" onclick="Fcalendar(this)" ReadOnly="True"></asp:TextBox>
</div>
</form>
</body>
后台代码:
protected void Button3_Click(object sender, EventArgs e)
{
Label4.Text = txt_indate1.Text;
}
date.aspx....略
有啊,parent.window.returnValue = strY+"-"+strM+"-"+strDay; 展开
3个回答
展开全部
date.aspx页面里是否返回了值呢》
是否有window.returnValue=...的字样?
是否有window.returnValue=...的字样?
参考资料: 致力于JavaScript
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
兄弟啊,textbox好像没有鼠标单击这个响应吧,你用鼠标单击怎么会有反应呢?是不是想写button写错了?
textbox的操作仅有textchanged这一个而已吧。。。
textbox的操作仅有textchanged这一个而已吧。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询