웹프로그램
[TIP] Ajax로 내용을 전송할 경우 공백 문제
진실세상
2009. 11. 18. 16:33
escape() 를 사용하면 됩니다.
ex) escape(document.CommentForm.Comment.value);