子窗體與父窗體傳值示例js代碼
來(lái)源:易賢網(wǎng) 閱讀:688 次 日期:2015-02-06 16:14:27
溫馨提示:易賢網(wǎng)小編為您整理了“子窗體與父窗體傳值示例js代碼”,方便廣大網(wǎng)友查閱!

子窗體與父窗體之見(jiàn)互相傳值實(shí)現(xiàn)使用中很頻繁,本文以一個(gè)小示例拋磚引玉,希望大家可以舉一反三

代碼如下:

//返回值給父窗體

function returnParent(value) {//獲取子窗體返回值

var parent = window.dialogArguments; //獲取父頁(yè)面

//parent.location.reload(); //刷新父頁(yè)面

if (parent != null && parent != "undefined") {

window.returnValue = value; //返回值

window.close(); //關(guān)閉子頁(yè)面

}

//window.opener.document.getElementById("ActivityPic");//直接操作父窗體元素

//$(selector, window.parent.document);用于框架類頁(yè)面

//$(selector, window.opener.document);這個(gè)適合單獨(dú)打開(kāi)的頁(yè)面

return;

}

//打開(kāi)模式子窗體,獲取返回值進(jìn)行操作

function showModalOnly(me, url) { //彈出窗體 ,單選

var hidden = document.getElementById(me); //獲取隱藏的控件

if (hidden != null && hidden.value != null && hidden.value.length > 0) {

alert("此處為單選,請(qǐng)先刪除已有的選項(xiàng),再次嘗試選擇。");

return;

}

var reValue = window.showModalDialog(url, window, "dialogHeight:500px; dialogWidth:987px; status:off; scroll:auto");

if (reValue == null || reValue == "undefined" || reValue == "") {

return; //如果返回值為空,就返回

}

var index = reValue.split("^"); //分割符 ^ 的位置

if (index[0] == null || index[0] == "undefined" || index[0].length < 1) {

return;

}

var hid = index[0].split('&'); //為隱藏控件賦值

var view = index[1].split('&'); //顯示值

var content = ""; //需要添加到check中的內(nèi)容

if (hid != null && hid.length == 2) {

var i = 0;

if (hid[i] != "undefined" && hid[i] != "" && view[i + 1] != "undefined" && view[i + 1] != "") {

content += '<table id="' + hid[i]

+ '" class="deleteStyle"><tr><td><img src="../../../Images/deleteimge.png" title="點(diǎn)擊刪除" alt="刪除" onclick=" deleteTable('

+ "'" + hid[i] + "'," + "'" + me + "'" + ');" /></td><td>' + view[i + 1] + '</td></tr></table>';

hidden.value = hid[i]; //為隱藏控件賦值

var c = document.getElementById("check" + me);

c.innerHTML += content;

return;

}

}

alert("請(qǐng)只選擇一條數(shù)據(jù)。");

return;

}

function openUploadWindow(url, width, height,left,top) {

if(width==null) width=987;

if (height == null) height = 500;

if (left == null) left = 200;

if (top == null) top = 200;

//window.open(url, 'newwindow', 'height=' + height + ',width=' + width + ',top=200,left=200,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no');

window.showModalDialog(url, window, "dialogHeight:" + height + "px; dialogWidth:" + width + "px;status:off; scroll:auto;dialogLeft:"+left+"px;dialogTop:"+top+"px");

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看網(wǎng)頁(yè)制作
易賢網(wǎng)手機(jī)網(wǎng)站地址:子窗體與父窗體傳值示例js代碼
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門(mén)公布的正式信息和咨詢?yōu)闇?zhǔn)!
相關(guān)閱讀網(wǎng)頁(yè)制作

2025國(guó)考·省考課程試聽(tīng)報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 新媒體/短視頻平臺(tái) | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)