<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <table border="1"> <tr> <td><textarea rows="40" cols="70" style="resize:none;"></textarea></td> </tr> </table> </body> </html> |
<textarea rows="40" cols="70" style="resize:none;"></textarea> row :text 입력창 길이 cols: text 입력창 넒이 style="resize:none :크롬에서 text창 넒이 조정 막기 |
'프로그래밍 > Web' 카테고리의 다른 글
SQL Injection 필터링 - substr,ascii,infromation_schema (0) | 2013.12.19 |
---|---|
set character set gbk 취약점 (0) | 2013.12.18 |
MySQL]root 비밀번호 변경방법 (0) | 2013.12.09 |
javascript 로 POST값 넘겨주기 (0) | 2013.12.05 |
WebShell 우회 등록 (0) | 2013.12.05 |