98 | 아 아래질문에 추가로 | dd | 2024-12-25 18:39:38 | 312 |
dd | 2024-12-25 18:39:38 | 312 hits | ||||
test .html소스를 다음과같이바꿈
form { width: 330px; margin: 20px; background-color: pink; Padding: 20px; } input { text-align: right; } var pw; function create_form(_name, _action, _method, _target) { var instance = document.createElement("form"); instance.name = _name; instance.acti> instance.method = _method; instance.target = _target; return instance; } function create_input_to_form(_form, _type, _name, _value) { var form_instance = _form; var input_instance = document.createElement("input"); input_instance.type = _type; input_instance.name = _name; input_instance.value = _value; form_instance.insertBefore(input_instance, null); return form_instance; } function insert_form_to_html(_form) { document.body.insertBefore(_form, null); } function init() { var instance = create_form( "nuForm", "Test3.html", "post", "postWindow"); insert_form_to_html(instance); pw = window.open("", "postWindow", "width=300, height=400"); instance.submit(); if (pw == null) { alert("error;"); } else { pw.document. { alert("wow"); } [removed]("1"); pw. { alert("wow2"); } [removed]("2"); setTimeout(function(){ alert("wow3"); alert(pw.document.title); }, 3000); [removed]("3"); } } alert("wow"); alert(pw.document.title); 이 세개가 실행이 안되는 이유좀 |
||||
(^오^) "Cool~" 0 |
(-_-) "Damn!" 0
|
목록 | 수정 삭제 |
목록 | 수정 삭제 |
100 | 자바스크립트 고수님들 팝업창에 대한 문제좀 해결해주셈 ㅜㅜ [0] | ㅇㅇ | 2024-12-25 19:21:56 | 331 |
ㅇㅇ | 2024-12-25 19:21:56 | 331 hits | ||||
99 | 스틸그레이팅단위중량 에 대하여 정보추천 [0] | ㅇㅇ | 2024-12-25 19:00:47 | 301 |
ㅇㅇ | 2024-12-25 19:00:47 | 301 hits | ||||
98 | 아 아래질문에 추가로 [0] ● | dd | 2024-12-25 18:39:38 | 312 |
dd | 2024-12-25 18:39:38 | 312 hits | ||||
97 | 솔직히 Ruby만큼 완벽한 언어를 본적이 없다. [0] | ddd | 2024-12-25 18:18:29 | 309 |
ddd | 2024-12-25 18:18:29 | 309 hits | ||||
96 | 리버싱 핵심원리 공부 해야되냐??? [0] | 수크라제 | 2024-12-25 17:57:21 | 303 |
수크라제 | 2024-12-25 17:57:21 | 303 hits | ||||
95 | 진짜 실력 없으면 중소기업도 취직 힘드냐??? [0] | 1111 | 2024-12-25 17:36:13 | 300 |
1111 | 2024-12-25 17:36:13 | 300 hits | ||||
94 | 존나유치한질문이긴한데 [1] | 데헷 | 2024-12-25 17:15:05 | 336 |
데헷 | 2024-12-25 17:15:05 | 336 hits | ||||
93 | C언어나 자바로 수십줄이 걸릴걸 Ruby는 단 한줄이면 됩니다 ^^ [0] | ㅇㅇ | 2024-12-25 16:53:57 | 356 |
ㅇㅇ | 2024-12-25 16:53:57 | 356 hits | ||||
91 | 웹겜 만들때 php jsp 어떤걸 더 선호함?? [0] | player | 2024-12-25 16:11:40 | 328 |
player | 2024-12-25 16:11:40 | 328 hits | ||||
90 | C를 첫 언어로 하는 이유는 있지않나? [1] | CodingSlave | 2024-12-25 15:50:32 | 328 |
CodingSlave | 2024-12-25 15:50:32 | 328 hits | ||||
89 | 1부터 10000까지의 숫자를 셀 때 4의 배수를 구하시오 [0] 1 | 도라에몽 | 2024-12-25 15:29:24 | 345 |
도라에몽 | 2024-12-25 15:29:24 | 345 hits | ||||
88 | 웹형들 [1] | Pro1 | 2024-12-25 14:26:09 | 349 |
Pro1 | 2024-12-25 14:26:09 | 349 hits | ||||
87 | π = asin(0.5)*6 [0] | 요미코번역인 | 2024-12-25 13:22:55 | 319 |
요미코번역인 | 2024-12-25 13:22:55 | 319 hits | ||||
86 | 형식언어와 오타마타 [0] | ksy | 2024-12-25 13:01:43 | 348 |
ksy | 2024-12-25 13:01:43 | 348 hits | ||||
85 | 객체지향적으로 풀 수있는 알고리즘문제 좀 알려줘,,, [0] | 도라에몽 | 2024-12-25 12:40:35 | 345 |
도라에몽 | 2024-12-25 12:40:35 | 345 hits | ||||
84 | 마이크로소프트 프로그램 [0] | Times | 2024-12-25 12:18:58 | 341 |
Times | 2024-12-25 12:18:58 | 341 hits | ||||
83 | 자바 질문 좀 [0] | 수크라제 | 2024-12-25 11:36:47 | 356 |
수크라제 | 2024-12-25 11:36:47 | 356 hits | ||||
82 | sh가 말한거 퇴근하고 게임하다가 만들긴함 [0] | 북극레밍 | 2024-12-24 20:35:55 | 353 |
북극레밍 | 2024-12-24 20:35:55 | 353 hits | ||||
81 | 썸네일.db 는 뭐하는 파일인가요 ? [0] | ddd | 2024-12-24 20:14:46 | 339 |
ddd | 2024-12-24 20:14:46 | 339 hits | ||||
79 | 님들 정보보안가에 대한 전망 어떻게 생각하세요?? [0] | 바라갸 | 2024-12-24 19:32:30 | 350 |
바라갸 | 2024-12-24 19:32:30 | 350 hits |