Is it possible, that Embperl automatically fills out the html formular
fields and takes the values from %fdat or %idat ?

The following example does not to work either with %idat or %fdat
I don't want to set the form values with value="[+ $fdat{info} +]"

test.htm:

[- $fdat{info} = "rewritten"; -]
<form action="test.htm">
<input type="text" name="info" value="testing">
</form>

What should happen is that input field info has the value "rewritten"
when printed to the browser.

Harald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to