HTML

post 방식

고요한하늘... 2008. 4. 18. 19:02
<html>
    <body>
        <form method="POST" action=http://URL>
            제목 <textarea cols="80" rows="1" name="title"></textarea><p>
            <input type="submit" />
        </form>
    </body>
</html>

'HTML' 카테고리의 다른 글

jquery 동적으로 생성된 seletor 잡기  (0) 2015.04.23
file download  (0) 2013.08.28
post 방식으로 fcgi 호출  (0) 2008.04.18
쿼리를 두개의 페이지에 보내기  (0) 2007.06.07
색상 테이블( color table)  (0) 2007.04.19