정규식으로 바꿨습니다.
많이 돌아 다니는 소스이긴 하지만..
<SCRIPT LANGUAGE="JavaScript">
<!--
String.prototype.trim = function() {return this.replace(/(^\s*)|(\s*$)/g, "");}
String.prototype.ltrim = function() {return this.replace(/(^\s*)/g, "");}
String.prototype.rtrim = function() {return this.replace(/(\s*$)/g, "");}
<!--
String.prototype.trim = function() {return this.replace(/(^\s*)|(\s*$)/g, "");}
String.prototype.ltrim = function() {return this.replace(/(^\s*)/g, "");}
String.prototype.rtrim = function() {return this.replace(/(\s*$)/g, "");}
function res(){
if(document.form.sel.value == "1")
document.form.rep.value = document.form.ok.value.trim();
if(document.form.sel.value == "2")
document.form.rep.value = document.form.ok.value.rtrim();
if(document.form.sel.value == "3")
document.form.rep.value = document.form.ok.value.ltrim();
}
//-->
</SCRIPT>
</HEAD>
if(document.form.sel.value == "1")
document.form.rep.value = document.form.ok.value.trim();
if(document.form.sel.value == "2")
document.form.rep.value = document.form.ok.value.rtrim();
if(document.form.sel.value == "3")
document.form.rep.value = document.form.ok.value.ltrim();
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<form name="form">
<select name="sel">
<option value="1">Trim</option>
<option value="2">rTrim</option>
<option value="3">lTrim</option>
</select>
<input type="text" name="ok" >
<input type="text" name="rep" >
<input type="button" value="확인" onclick="res();"><br>
</form>
</BODY>
</BODY>
[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1230 |
|
18년 전 | 2010 | |
| 1229 |
|
18년 전 | 2946 | |
| 1228 |
|
18년 전 | 2631 | |
| 1227 | 18년 전 | 2928 | ||
| 1226 | 18년 전 | 2362 | ||
| 1225 |
|
18년 전 | 2433 | |
| 1224 | 18년 전 | 2746 | ||
| 1223 |
|
18년 전 | 3989 | |
| 1222 |
mixdesign
|
18년 전 | 2633 | |
| 1221 |
|
18년 전 | 2748 | |
| 1220 | 18년 전 | 3209 | ||
| 1219 | 18년 전 | 2914 | ||
| 1218 | 18년 전 | 2112 | ||
| 1217 |
|
18년 전 | 2555 | |
| 1216 | 18년 전 | 2568 | ||
| 1215 |
mixdesign
|
18년 전 | 4054 | |
| 1214 |
|
18년 전 | 4788 | |
| 1213 | 18년 전 | 2319 | ||
| 1212 |
mixdesign
|
18년 전 | 2497 | |
| 1211 |
|
18년 전 | 2425 | |
| 1210 | 18년 전 | 3756 | ||
| 1209 |
mixdesign
|
18년 전 | 2377 | |
| 1208 |
mixdesign
|
18년 전 | 2378 | |
| 1207 |
mixdesign
|
18년 전 | 1723 | |
| 1206 |
mixdesign
|
18년 전 | 2005 | |
| 1205 |
mixdesign
|
18년 전 | 2701 | |
| 1204 |
mixdesign
|
18년 전 | 3579 | |
| 1203 | 18년 전 | 3093 | ||
| 1202 | 18년 전 | 2974 | ||
| 1201 | 18년 전 | 2034 | ||
| 1200 | 18년 전 | 4131 | ||
| 1199 | 18년 전 | 2170 | ||
| 1198 | 18년 전 | 4197 | ||
| 1197 | 18년 전 | 2506 | ||
| 1196 | 18년 전 | 2366 | ||
| 1195 |
|
18년 전 | 3464 | |
| 1194 | 18년 전 | 2240 | ||
| 1193 | 18년 전 | 2154 | ||
| 1192 | 18년 전 | 3273 | ||
| 1191 | 18년 전 | 3959 | ||
| 1190 | 18년 전 | 2222 | ||
| 1189 |
|
18년 전 | 2362 | |
| 1188 |
|
18년 전 | 3829 | |
| 1187 | 18년 전 | 2710 | ||
| 1186 | 18년 전 | 3370 | ||
| 1185 | 18년 전 | 2776 | ||
| 1184 | 18년 전 | 1664 | ||
| 1183 | 18년 전 | 2135 | ||
| 1182 | 18년 전 | 3704 | ||
| 1181 |
mermaid
|
18년 전 | 2919 | |
| 1180 | 18년 전 | 2972 | ||
| 1179 | 18년 전 | 3608 | ||
| 1178 | 18년 전 | 2169 | ||
| 1177 |
|
18년 전 | 2286 | |
| 1176 | 18년 전 | 3177 | ||
| 1175 | 18년 전 | 1873 | ||
| 1174 |
|
18년 전 | 2231 | |
| 1173 |
|
18년 전 | 2528 | |
| 1172 | 18년 전 | 1777 | ||
| 1171 | 18년 전 | 2105 | ||
| 1170 | 18년 전 | 1989 | ||
| 1169 | 18년 전 | 2506 | ||
| 1168 | 18년 전 | 1927 | ||
| 1167 | 18년 전 | 1723 | ||
| 1166 | 18년 전 | 1750 | ||
| 1165 | 18년 전 | 1728 | ||
| 1164 | 18년 전 | 2786 | ||
| 1163 | 18년 전 | 1559 | ||
| 1162 |
|
18년 전 | 5679 | |
| 1161 |
이걸~어쩌나~
|
18년 전 | 2409 | |
| 1160 | 18년 전 | 1670 | ||
| 1159 | 18년 전 | 4704 | ||
| 1158 | 18년 전 | 2052 | ||
| 1157 | 18년 전 | 4842 | ||
| 1156 | 18년 전 | 3191 | ||
| 1155 | 18년 전 | 2133 | ||
| 1154 | 18년 전 | 1832 | ||
| 1153 |
BEST79
|
18년 전 | 2111 | |
| 1152 | 18년 전 | 1727 | ||
| 1151 | 18년 전 | 1841 | ||
| 1150 | 18년 전 | 1840 | ||
| 1149 |
inniskun
|
18년 전 | 2481 | |
| 1148 |
|
18년 전 | 3497 | |
| 1147 |
|
18년 전 | 5977 | |
| 1146 |
|
18년 전 | 3865 | |
| 1145 | 18년 전 | 3058 | ||
| 1144 | 18년 전 | 2138 | ||
| 1143 | 18년 전 | 2409 | ||
| 1142 | 18년 전 | 2198 | ||
| 1141 |
|
18년 전 | 2306 | |
| 1140 | 18년 전 | 2412 | ||
| 1139 | 18년 전 | 2846 | ||
| 1138 | 18년 전 | 2540 | ||
| 1137 | 18년 전 | 2000 | ||
| 1136 | 18년 전 | 3131 | ||
| 1135 | 18년 전 | 3598 | ||
| 1134 | 18년 전 | 3836 | ||
| 1133 |
자반고등어
|
18년 전 | 3345 | |
| 1132 | 18년 전 | 3391 | ||
| 1131 | 18년 전 | 2567 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기