티스토리 뷰
<html>
<head>
<script language="javascript">
function submit(arg)
{
frm = document.getElementById(arg);
window.open('', 'popup', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=200,top=100,left=100');
frm.action = "test1.php";
frm.target = "popup";
frm.method = "post";
frm.submit();
}
</script>
</head>
<body>
<form name="form0">
<input type="text" name="input0">
<a href="javascript:submit('form0')">submit</a>
</form>
</body>
</html>
<head>
<script language="javascript">
function submit(arg)
{
frm = document.getElementById(arg);
window.open('', 'popup', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=200,height=200,top=100,left=100');
frm.action = "test1.php";
frm.target = "popup";
frm.method = "post";
frm.submit();
}
</script>
</head>
<body>
<form name="form0">
<input type="text" name="input0">
<a href="javascript:submit('form0')">submit</a>
</form>
</body>
</html>
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 윈도우
- 사파리
- 이클립스
- Windows
- 병맛글수집
- 심리테스트
- 뉴SM5신형
- Eclipse
- Safari
- 키보드
- 자바스크립트
- SOLR
- 하드론
- 공포
- 오디오
- 네이버
- naver
- 소니
- 라구나
- MySQL
- L43
- JSON
- nook
- SM5
- C++
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함