Html & Script

모달창에서 부모창으로 값넘기기

컨텐츠 정보

본문

=========== 부모창 index.html ============

<script>
function winOpen(url)
{
  var sFeatures = "dialogWidth: 500px; dialogHeight: 30px; center: yes; help: no; resizable: yes; status: no; scroll: no;";
 var vReturn = window.showModalDialog(url, "_blank", sFeatures);
 document.formname.textfield.value = vReturn;
}
</script>

<A href="javascript:winOpen('target.htm');">Test</A>
<form name="formname">
<input type="text" name="textfield">
</form>

 

=========== 모달창 target.htm ============

<font onclick="javascript:window.returnValue='음훼훼';window.close()">부모창 폼에 값넘기기</font>

관련자료

댓글 0
등록된 댓글이 없습니다.
Today's proverb
행복해지고 싶다면, 잠시 동안만이라도 가슴에 손을 얹고 생각해 보라. 그러면 진정한 즐거움은, 발치에 돋아나는 잡초나 아침 햇살에 빛나는 꽃의 이술과 같이 우리 주변에 무수히 널려 있다는 것을 알 수 있을 것이다. 《하루 5분 생각이 인생을 결정한다 》 (이범준)