이 스트립트좀 봐주세요..ㅠㅜ

국내에 웹 사이트들이 웹 표준을 지키고 OS나 브라우저와 관계 없이 접근성을 향상 시키기 위한 사이트 버그 신고 및 문제 해결을 위한 게시판입니다.
Post Reply
eagles

이 스트립트좀 봐주세요..ㅠㅜ

Post by eagles »

<script>
function go{
document.frames("image_frame").document.location.href("./slide_image.nhn?image_url=1111");
}
</script>

<iframe ID="image_frame" width=470 height=349 frameborder="0" marginWidth="0" marginHeight="0" scrolling="no" src="slide_image.nhn?image_url=<?=$image_url?>&image_height=<?=$image_height?>&image_width=<?=$image_width?>"></iframe>


요런 소스인데요..iframe으로 특정 url을 보내주려고 하는데 자꾸 에러가 나네요.

firefox에서요 ie에서는 잘됩니다.. ㅠㅜ

알려주셔요 흑
eagles

아 찾았습니다.^^;;

Post by eagles »

document.getElementById("image_frame").src = "./slide_image.nhn?image_url="

요런식으로 src를 쓰니 되더군요..

-.- 자꾸 앞에만 바꾸고 뒤는 안바꾸니 에러가..
shgraph

ContentWindow

Post by shgraph »

contentWindow

http://www.mozilla.org/docs/dom/domref/ ... _ref5.html

를 참고하시면 도움이 될지 모르겠습니다.^_^
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests