페이지 연결시마다 자동으로 바뀌는 배너입니다.
<script type="text/javascript">
var result = Math.floor(Math.random() * 11) + 1;
if(result == '1'){
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
else if(result == '2'){
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
else if(result == '3'){
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
else if(result == '4'){
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
else {
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
</script>
주의점은 ""안에 들어가는 ''만 주의하세요
갯수가 만을경우
else if(result == '4'){
document.writeln("<a href='연결주소' target='_blank'><img src='이미지' height='250' width='300' border='0'></a>");
}
result == '5''6''7' 식으로 붙여넣기 한다음 사용하면 무한대로 광고삽입됩니다
EmoticonEmoticon