Discussion:
[htmltmpl] form replacement
Rajeev Prasad
2011-09-01 00:06:20 UTC
Permalink
Hello,
 
This is not exactly related to html::template, but i could not find where to post this question:
 
is 'html form'  the only way to get data from user?
 
<form name..... >
</form>
 
can't we use something else?
 
thank you.
Rajeev
Mark F
2011-09-01 00:16:55 UTC
Permalink
Try htmlhelp.org. They have a forum for general HTML topics. Regarding
the form element, it creates an HTTP POST action which is the common
way to transfer data from the client. There are ways to use javascript
to trigger a form submit.
Post by Rajeev Prasad
Hello,
This is not exactly related to html::template, but i could not find where to
is 'html form'  the only way to get data from user?
<form name..... >
</form>
can't we use something else?
thank you.
Rajeev
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Html-template-users mailing list
https://lists.sourceforge.net/lists/listinfo/html-template-users
Lyle
2011-09-03 21:18:00 UTC
Permalink
Post by Mark F
Try htmlhelp.org. They have a forum for general HTML topics. Regarding
the form element, it creates an HTTP POST action which is the common
way to transfer data from the client. There are ways to use javascript
to trigger a form submit.
Lookup AJAX, JQuery makes it easy


Lyle

Loading...