묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
자바스크립트에 일반적인 링크 <a href="링크주소"> 걸고 싶어요
2004.09.22 05:22
http://www.algga.com/web/musicbar.htm
위 주소를 보면, 음악이 랜덤으로 나오게 되어있습니다.
알까's 음악 상자 라고 되어있는 부분에 링크를 걸고 싶은데요.
자바스크립트 안에서 링크를 어떻게 걸어야 할지 모르겠습니다.
index = Math.floor(Math.random() * song.length);
document.write("알까's 음악상자 - " + title[index] + "<br>");
document.write("<embed src="+song[index]+" width=220 height=45 autostart=true>");
위 소스는 http://www.algga.com/web/musicbar.htm 소스의 일부입니다.
위 주소를 보면, 음악이 랜덤으로 나오게 되어있습니다.
알까's 음악 상자 라고 되어있는 부분에 링크를 걸고 싶은데요.
자바스크립트 안에서 링크를 어떻게 걸어야 할지 모르겠습니다.
index = Math.floor(Math.random() * song.length);
document.write("알까's 음악상자 - " + title[index] + "<br>");
document.write("<embed src="+song[index]+" width=220 height=45 autostart=true>");
위 소스는 http://www.algga.com/web/musicbar.htm 소스의 일부입니다.
index = Math.floor(Math.random() * song.length);
document.write("알까's 음악상자 - " + title[index] + "<br>");
document.write("<embed src="+song[index]+" width=220 height=45 autostart=true>");
document.write("'>");
하시면 안될른지요..