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
우정에 정력을 쏟아라. 그러면 당신에게 돌아오는 대가는 놀라울 만큼 만족스러울 것이다. 친구들이 당신을 필요로 할 때 당신이 그들에게 도움을 준다면, 당신이 후원과 위안을 얻기 위해 그들을 필요로 할 때 좋은 친구들이 도움을 줄 것이다. 롱펠로우가 말했듯이 친구를 가지려면 친구가 되어라. (어니 젤린스키 "결혼하지 않는 즐거움"中에서)