티스토리 뷰
프로그래밍/JS,Jquery - Plugin
window.open & showModalDialog 창에서 버튼 누르면 계속 새창뜰때 해결방법
쇠주는참이슬 2012. 4. 4. 09:48팝업이나 모달창 에서 내용을 갱신할때
자신이 아니라 새로운 창으로 열릴때..
<base target="_self">
을 Head 테그 안에 넣는다.
<head>
<meta http-equiv=Content-Type content="text/html;charset=euc-kr" />
<meta http-equiv=Cache-Control content=No-Cache />
<meta http-equiv=Pragma content=No-Cache />
<title>Popup Sample</title>
<base target="_self">
</head>
'프로그래밍 > JS,Jquery - Plugin' 카테고리의 다른 글
jQuery 를 이용하여 radio(라디오) 버튼의 check된 value(값) 알아오기 (0) | 2012.04.17 |
---|---|
IE7 이상에서 확인창없이 브라우저닫기 window.close(); (0) | 2012.04.04 |
웹페이지에서 F5키 막는 스크립트 (0) | 2012.04.04 |
자바스크립트로 구현한 Request (Get) (0) | 2012.04.03 |
정말 간단하게 만드는 Jquery 애니메이션 세로막대차트 (Column Chart) (0) | 2012.04.02 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- WebApi
- json
- ASP.NET
- JavaScript
- IE
- jQuery Mobile
- grid
- jQuery
- 저장프로시저
- radius
- Ajax
- WCF
- html5
- Excel
- Chart
- 셀렉터
- MSSQL
- css3
- Style
- jquery chart
- CSS
- workbook
- drag&drop
- JS
- Mobile
- rowspan
- 제이쿼리
- SVG
- 프로시저
- 자바스크립트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함