Hi
I am trying to take advantage of the way %fdat automatically sets 'selected'
for select boxes, but I have a problem. It only seems to work for hard-coded
HTML, not text that is the result of a [+ +] block. Is there any way to have
it apply to all output?
Example:
for test.pl?sel=3,
<select name="sel">
<option value="1">1
<option value="2">2
<option value="3">3
</select>
works, but
[+
"<select name="sel">
<option value="1">1
<option value="2">2
<option value="3">3
</select>"
+]
doesn't.
I am running Embperl 1.31.
Thanks,
Jack Cushman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]