그림을 클릭하면 그 그림이 다음 그림으로 변하게 하는 법
<html> <head> <meta http-equiv=’Cache-Control’ content=’no-cache’> <meta http-equiv=’Progma’ content=’no-cache’> <title>타이틀</title> <meta http-equiv=Content-Type content=text/html; charset=EUC-KR> <script> var cur_idx = 0; var img_list = new Array(); img_list[0] = “그림경로1”; img_list[1] = “그림경로2”; img_list[2] = “그림경로3”; img_list[3] = “그림경로4”; … Read more