하위 양식과 상위 form_javascript 기술 간의 값 전송을 위한 예제 js 코드

WBOY
풀어 주다: 2016-05-16 17:27:39
원래의
1092명이 탐색했습니다.
코드 복사 코드는 다음과 같습니다.

//값을 상위 양식으로 반환
function returnParent(value ) {//하위 양식 반환 값 가져오기
var parent = window.dialogArguments; //상위 페이지 가져오기
//parent.location.reload() //상위 페이지 새로 고침
if (parent ! = null && parent != "undefine") {
window.returnValue = value; //값 반환
window.close() //하위 페이지 닫기
}
//window.opener .document.getElementById("ActivityPic");//상위 폼 요소 직접 조작
//$(selector, window.parent.document); 프레임 페이지에 사용
//$ (selector, window.opener.document); 별도로 열리는 페이지에 적합합니다
return
}
//모달 하위 양식을 열고 작업에 대한 반환 값을 가져옵니다
function showModalOnly( me, url) { //팝업 양식, 라디오 선택
var Hidden = document.getElementById(me); //숨겨진 컨트롤 가져오기
if (hidden != null && Hidden.value != null && Hidden .value.length > 0) {
alert("라디오 선택입니다. 먼저 기존 옵션을 삭제하고 다시 선택해 보세요.")
return; = window.showModalDialog(url, window , "dialogHeight:500px;DialogWidth:987px; status:off;scroll:auto");
if (reValue == null || reValue == "정의되지 않음" || reValue == "") {
return ; //반환값이 비어 있으면 return
}
var index = reValue.split("^") //구분 기호 위치 ^
if (index[0] == null | | index[0] == "정의되지 않음" || index[0].length < 1) {
return
}
var hid = index[0 ].split('&'); //숨겨진 컨트롤에 값 할당
var view = index[1].split('&') //값 표시
var content = "";
if (hid != null && hid.length == 2) {
var i = 0
if (hid[i] != "undefine" && hid[ i] != "" && view[i 1 ] != "정의되지 않음" && view[i 1] != "") {
content = '삭제';
hidden.value = hid[i]; //숨겨진 컨트롤에 값 할당
var c = document.getElementById("check" me) ;
c.innerHTML = content;
return;
}
}
alert("데이터를 하나만 선택하세요. ");
return;
}
function openUploadWindow(url, width, height,left,top) {
if(width==null) width=987;
if (height = = null) 높이 = 500;
if (left == null) left = 200
if (top == null) top = 200;//window.open(url, 'newwindow', '높이=' 높이', 너비=' 너비 ',top=200,left=200,toolbar=no,menubar=no,scrollbars=no, resizing=no,location=no, status=no'); window.showModalDialog(url, window, "dialogHeight:" 높이 "px;DialogWidth:" width "px;status:off; scroll:auto;dialogLeft:" left "px;dialogTop:" top "px"); }

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
' ;/td>