묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
새창에서 그림이 뜨질않습니다..;;
2004.07.01 10:52
큰그림 버튼을 누르면 그림이 새창에 그림사이즈에 맞게끔 뜨도록 제가 짜봤는데..
대체 뭐가 잘못된건지모르겠네요..ㅠㅠ 아주초보라서.. 여기서 들은거 저기서 들은거 짜집기 해서 만들었거든요..;;
소스가..
<html><head><title>상품보기</title><script language="javascript">
function xInit(){ window.resizeTo(document.all["img1"].width+40, document.all["img1"].height+80);};
</script></head><body onLoad="xInit();" onClick="window.close()" style="cursor:hand">
<center><img id="img1" border="0" src="bu1.gif" width="174" height="125">
</center></body></html>
이건데요..
나모로 하이퍼링크를 _blank 로 해도 아무것도 안뜹니다..;;
어떻게 해야할까요.ㅠㅠ
답변부탁드리겠습니다.. 그럼 좋은하루되세요.
대체 뭐가 잘못된건지모르겠네요..ㅠㅠ 아주초보라서.. 여기서 들은거 저기서 들은거 짜집기 해서 만들었거든요..;;
소스가..
<html><head><title>상품보기</title><script language="javascript">
function xInit(){ window.resizeTo(document.all["img1"].width+40, document.all["img1"].height+80);};
</script></head><body onLoad="xInit();" onClick="window.close()" style="cursor:hand">
<center><img id="img1" border="0" src="bu1.gif" width="174" height="125">
</center></body></html>
이건데요..
나모로 하이퍼링크를 _blank 로 해도 아무것도 안뜹니다..;;
어떻게 해야할까요.ㅠㅠ
답변부탁드리겠습니다.. 그럼 좋은하루되세요.
<img src="images/Player-off.jpg" width="45" height="30" onClick="player.Stop();" style="cursor:hand" alt="stop">
player.stop() 함수대신 새창 여는 함수 실행 시키세요.
위에 써주신 내용중엔 오픈내용은 없군요.
다른 방법은
<img src="images/Player-off.jpg" width="45" height="30" usemap="#Map">
<map name="map">
<area shape="rect" coords="4,139,85,167" href="http://abc.com/aaa.html" alt="채팅방가기" target="_blank">
</map>