사용자 삽입 이미지
 

















<script >
 var src=new String(document.location);
 var srcName=src.split("value=")[1];

// QueryString값이 인코딩 되어 올경우 아래처럼 decodeURIComponent를 써준다...
 document.getElementById("ViewImage").src=decodeURIComponent(srcName);
 </script>

+ Recent posts