자바스크립트로 url 획득
<script language="javascript">
function urlParse() {
var idx = document.URL.indexOf('?');
var params = new Array();
if (idx != -1) {
var pairs = document.URL.substring(idx+1, document.URL.length).split('&');
for (var i=0; i<pairs.length; i++) {
nameVal = pairs[i].split('=');
params[nameVal[0]] = nameVal[1];
document.write(idx);
}
}
return params;
}
urlParse();
</script>
<script>
var today=new Date()
document.write('<center>'+today.toString()+'<br>'+window.location+'</center>')
</script>
<p><input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
function urlParse() {
var idx = document.URL.indexOf('?');
var params = new Array();
if (idx != -1) {
var pairs = document.URL.substring(idx+1, document.URL.length).split('&');
for (var i=0; i<pairs.length; i++) {
nameVal = pairs[i].split('=');
params[nameVal[0]] = nameVal[1];
document.write(idx);
}
}
return params;
}
urlParse();
</script>
<script>
var today=new Date()
document.write('<center>'+today.toString()+'<br>'+window.location+'</center>')
</script>
<p><input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 1247 | 레이아웃 |
돈도없어개발하기도시러
|
2년 전 | 1613 | |
| 1246 | 레이아웃 |
돈도없어개발하기도시러
|
2년 전 | 1225 | |
| 1245 | 레이아웃 |
돈도없어개발하기도시러
|
2년 전 | 1997 | |
| 1244 | 레이아웃 |
돈도없어개발하기도시러
|
2년 전 | 1512 | |
| 1243 | HTML | 2년 전 | 1677 | ||
| 1242 | HTML |
|
2년 전 | 999 | |
| 1241 | HTML | 2년 전 | 1189 | ||
| 1240 | HTML | 2년 전 | 1213 | ||
| 1239 | HTML | 2년 전 | 1802 | ||
| 1238 | CSS |
|
2년 전 | 1319 | |
| 1237 | CSS |
|
2년 전 | 1784 | |
| 1236 | CSS |
제작관리홍보까지
|
2년 전 | 1738 | |
| 1235 | HTML |
제작관리홍보까지
|
2년 전 | 1202 | |
| 1234 | 기타 |
제작관리홍보까지
|
2년 전 | 886 | |
| 1233 | CSS |
제작관리홍보까지
|
2년 전 | 1118 | |
| 1232 | 기타 | 2년 전 | 2137 | ||
| 1231 | CSS | 2년 전 | 1920 | ||
| 1230 | CSS | 2년 전 | 1926 | ||
| 1229 | 반응형 |
까투리장끼
|
3년 전 | 1225 | |
| 1228 | 반응형 | 3년 전 | 4175 | ||
| 1227 | 웹접근성 | 3년 전 | 1725 | ||
| 1226 | 반응형 | 3년 전 | 2002 | ||
| 1225 | CSS | 3년 전 | 1568 | ||
| 1224 | HTML | 3년 전 | 1662 | ||
| 1223 | HTML | 3년 전 | 1388 | ||
| 1222 | CSS |
|
3년 전 | 1384 | |
| 1221 | CSS | 3년 전 | 1675 | ||
| 1220 | CSS |
네이비블루
|
3년 전 | 2027 | |
| 1219 | CSS | 3년 전 | 1635 | ||
| 1218 | 기타 |
min0000
|
3년 전 | 2492 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기