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>