Hi All,
I am new in the HTML::Template world.
My Situation,
I have a form with one input field for the
search criteria. Say search on somebody's last name.
When the User types in this field and submits
the form a perl script is called which will do two
things
1) The database needs to be Queried against the
search criteria.
2) A form must be displayed with all the values
from the database populated in the appropriate field
of the form.
This form I am using as a template HTML
file.
The form which I am using as a template has many
<input type=text name"blah"> fields and I have tried
them to modify it like,
<input type=text name="blah" value="TMPL_VAR
ESCAPE=HTM VALUE="lname1">
First of all is this the correct syntax I am
using?
Second, I am trying to display the parameter
field from the template file and I don't get any put
put using something like
$template = HTML::Template->new(filename =>
/filename/);
@parameters1 = $template->param();.
Please advise, how I can the data populated in
the appropriate fields in the resulting Form.
Secondly, How do I display hover buttons using
HTML::Template module. I only get java class loading
and nothing happens
Thanks,
Girish
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users