Menu

가져가는 방법

2016. 6. 3. 02:50

안개핑 Html & Css

 

★iframe 1
< iframe src="http://my.netian.com/~he2sd/water/s3.html" frameborder="0" width="550" height="450" marginwidth="0" marginheight="0" topmargin="0" scrolling="no"></iframe>
.......
★iframe2
< iframe src="http://my.netian.com/~he2sd/water/s3.html?<BR>db=viewbaro01b"width="550" height="450"></iframe>
..........
★iframe에 점선으로 테두리 주기

<iframe src="http://my.netian.com/~he2sd/water/s3.html" style="
border-right: dotted #000000 2px;
border-left: dotted #000000 2px;
border-top: dotted #000000 2px;
border-bottom: dotted #000000 2px;"
border="3"
frameborder="no"
scrolling="yes"
width="550"
height="450">
< /iframe>
................
★iframe대신...
< object type="text/x-scriptlet" width=100% height="450" data="http://my.netian.com/~he2sd/water/s3.html"></object>
...............
★시간이 지나면 자동으로 넘어가기
<meta http-equiv="Refresh" content="3; URL=http://my.netian.com/~he2sd/water/s3.html">
..........
★링크로 가져가기1
< a href="#" onclick="window.open('http://my.netian.com/~he2sd/water/s3.html','newWnd','width=550, height=450, scrollbars=2, left=100, top=120')">
링크로  가져가기1</a>
...............
★링크로 가져가기2
< a href=http://my.netian.com/~he2sd/water/s3.html target=_blank>
링크로 가져가기2</a>

'Html & Css' 카테고리의 다른 글

슈퍼보드 게시판 투명하게 만들기  (0) 2016.06.03
티티체를 홈페이지에 사용하려면  (0) 2016.06.03
테이블 옆으로 나란히 소스  (0) 2016.06.03
움직이는 테이블선  (0) 2016.06.03
메뉴판테이블  (0) 2016.06.03