摘要: function UpdateMemo(id)//弹出编辑框,并保存返回值 { var pbURL = 'RoomMemoManager.aspx?room_id=' + id; var returnValue = window.showModalDialog(pbURL, "", "dialogHeight:250px;dialogWidth:400px;center:yes;status:no"); if (typeof (returnValue) != "undefined" && returnV 阅读全文
posted @ 2013-04-28 17:20 天殇月痕 阅读(274) 评论(0) 推荐(0)