단순 기본코딩으로만 해왔는데 어떻게 변환을 해야 할지 모르겠네요
두나
안녕하세요.
사이트에 종종 들어와서 글만 보다가 이번에 도움을 요청하고자하여 이렇게 글을 올려봅니다.
다름이 아니고 전 인터넷 쇼핑몰에서 근무하는 웹디자이너 입니다. 종종 소스 업무도 하고 있구요
대학 다닐때 배운 자바스크립트와asp가 전부여서 그것도 워낙 오래 손을 놓은지라 다시 공부를 하려니
쉽지가 않네요.
iframe height사이즈가 자동조절 되는 소스를 적용시키고 싶은데 height=100%하고 스크롤링을 no로 해놓으면
페이지가 잘려서 나오네요 ㅠ.ㅠ
어제부터 이것저것 소스를 찾아보는데 도통 해결이 되지 않고 있네요.
지금 메이저급 쇼핑몰 cj/gs/hmall/신세계/롯데닷컴/롯데i몰에 올라가는 상품페이지들은
자바스크립트가 적용이 안되고 있어서 어쩔수 없이 단순 html 작업으로만 해야하는데요.
iframe을 대체해서 스크립트 소스가 안들어가는 자동사이즈 조절 소스를 구현 할수 있을까요?
지금 현재 사용하는 있는 소스가
-------------------------------------------------------------------------------------------------------------------
iframe height=1850 src=http://sedree.speedgabia.com/ss/cj_geasude_top.html frameborder=0 width=720 scrolling=no align=center/iframe
-------------------------------------------------------------------------------------------------------------------
아니면 iframe내에서 불러올 html 페이지 안에 스크립트를 넣어서 구현할수 있는 방법은 없을까요??
iframe에서 불러오는 html 소스는 아래와 같습니다.
------------------------------------------------------------------------------------------------------------
!doctype html public -//w3c//dtd xhtml 1.0 transitional//en http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml
head
meta http-equiv=content-type content=text/html; charset=utf-8 /
titleuntitled document/title
/head
body
img src=http://sedree.speedgabia.com/ss/720/geasude_top.jpg border=0 usemap=#mapbr
map name=map
area shape=rect coords=568,1617,705,1799 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762596&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=430,1617,567,1799 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762641&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=290,1617,427,1799 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762651&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=151,1617,288,1799 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762526&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=13,1617,150,1799 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762520&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=535,1378,704,1574 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762342&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=361,1379,530,1575 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762029&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=187,1380,355,1574 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762567&shop_id=2002112507 target=_blank onfocus=this.blur()
area shape=rect coords=13,1379,181,1573 href=http://www.cjmall.com/prd/detail_cate.jsp?item_cd=20762526&shop_id=2002112507 target=_blank onfocus=this.blur()
/map
/body
/html
-------------------------------------------------------------------------------------------------
지금 사용하는 소스는 단순하게 이미지 맵이 적용된 소스이지만
새로 만들어야 할 소스는 스크립트를 적용해서 사용할 페이지들입니다.
iframe으로 자동사이즈 조절만 되면 지금 업무를 많이 단축 시킬수 있는데 생각만큼 쉽게 되질 않네요 ㅠ.ㅠ
이것저것 새로 공부해야할게 많은데 몸과 머리가 좀처럼 쉽게 따라주질 않네요.
고수님들의 도움이 절실히 필요하네요... 많은 관심과 도움을 부탁드립니다.
오늘 하루 기분 좋고 행복한 시간 되세요~