RE: [users@httpd] replacing html form?

2011-09-02 Thread Rod Behr
You can use JavaScript to get the value of any input object in html: document.getElementById([input id]). However, if you want to save this to a database, you really want to use forms so you can POST or GET the information. From: Rajeev Prasad [mailto:rp.ne...@yahoo.com] Sent: 01 September

Re: [users@httpd] replacing html form?

2011-09-01 Thread Mailing Lists
Try PHP, it has a lot of easy forms. On Wed, Aug 31, 2011 at 8:07 PM, Rajeev Prasad rp.ne...@yahoo.com wrote: Hello, This is not exactly related to Apache, but i could not find where to post this question: (if you know any good HTML mailing list kindly let me know) is 'html form' the only