Page 1 of 1

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

Posted: 2005 10 17 11:36 15
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에서는 잘됩니다.. ㅠㅜ

알려주셔요 흑

아 찾았습니다.^^;;

Posted: 2005 10 17 11:54 32
by eagles
document.getElementById("image_frame").src = "./slide_image.nhn?image_url="

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

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

ContentWindow

Posted: 2005 10 17 13:36 46
by shgraph
contentWindow

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

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