본문 바로가기

Story/html/css

실시간 환율정보 내 홈페이지에 달기

반응형


홈페이지에 실시간 환율정보 넣고 싶을때 외환은행 사이트에서 신청해서 달수있다
아래 링크는 외환은행의 해당 페이지 주소이다.
http://www.keb.co.kr/IBS/nfxportal/rs/rs04050h.jsp?vcode=06000000000000&scode=06010400000000&ccode=06010405000000&dcode=06010405010000&

- 환율 위젯
<IFRAME border=0 marginWidth=0 src="http://community.fxkeb.com/fxportal/jsp/RS/DEPLOY_EXRATE/2779_0.html" frameBorder=no width=180 scrolling=no height=200>
</IFRAME>

<iframe src="http://www.keb.co.kr/exchange/fx1.htm" width="190" height="171" border="0" frameborder="no" scrolling="no" marginwidth="0" hspace="0" vspace="0"> </iframe>

<iframe src="http://www.keb.co.kr/exchange/fx2.htm" width=180px height=160px border="0" frameborder="no" scrolling="no" marginwidth="0" ></iframe>

- 주가위젯
<iframe  width="296" height="115" src="http://chart.mk.co.kr/esi/client/EXGOLD/main_chart.php" frameBorder="0" marginWidth="0" marginHeight="0" scrolling="no" vspace="0" hspace="0"></iframe>

반응형