이번에 실시간 환율정보를 가져오는 방법에 대해서 알아보는 과정에서 

따로 xml로 파싱을해서 보내주는 방법을 고민하다가

굳이 그렇게 할 필요가 없다해서 찾은게 

iframe으로 바로 화면에 뿌려주는 것을 찾게되었다.


위에처럼 바로 보여지는 소스입니다.


1
<iframe src="http://community.fxkeb.com/fxportal/jsp/RS/DEPLOY_EXRATE/fxrate_all.html" frameborder="0" width="100%" height="200px" marginwidth="0" marginheight="0" scrolling="no" target="_self"></iframe>
cs