이 스트립트좀 봐주세요..ㅠㅜ
Posted: 2005 10 17 11:36 15
<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에서는 잘됩니다.. ㅠㅜ
알려주셔요 흑
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에서는 잘됩니다.. ㅠㅜ
알려주셔요 흑