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
시간은 우리각자가 가진 고유의 재산이요. 유일한 재산이다. 그것을 어떻게 사용할 것인지 결정할 수 있는 것은 오로지 우리 자신뿐이다. 결코 그 재산을 남이 우리 대신 사용하지 않도록 조심해야 한다.