반응형
자바스크립트에서 전역변수를 선언하여 선언한 변수에 값을 넣어 이미지를 불러와야 하는 작업이 필요했다...
123456789101112131415161718192021222324 <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title></title><%String uris = "http://godffs.tistory.com";%><script type="text/javascript">document.write("<%= uris %>");</script></head><body><form id="form1" runat="server"><div></div></form></body></html>cs 결과화면
어때요~?
참 쉽죠~?
끝~
반응형
'jQuery | javascript | CSS' 카테고리의 다른 글
replace 하기 (0) | 2017.04.05 |
---|---|
error net::ERR_BLOCKED_BY_CLIENT (3) | 2017.02.27 |
location.href 안될때 해결 (0) | 2016.11.16 |
jQuery 시간 카운트로 SKIP 버튼 띄우기 (0) | 2016.06.23 |
jQuery - 특정 시간대에 이벤트 실행 (0) | 2016.06.12 |
Comments