> <form>
> [- $fdat{'x'} = 'I was processed by embperl'; -]
> <input type=text name=x value="[+ $fdat{'x'} +]">
> </form>
>
This is equal to
<form>
[- $fdat{'x'} = 'I was processed by embperl'; -]
<input type=text name=x>
</form>
Embperl automaticly inserts the value attribute is it finds a value in %fdat
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- escmode and OUT Angus Lees
- Re: escmode and OUT Gerald Richter
- Re: escmode and OUT Angus Lees
- Re: escmode and OUT Gerald Richter
- RE: escmode and OUT Steve Wilder
- Gerald Richter
