I can't get Embperl to "select" a dropdown list option if I import the options via
Execute.
---- test.html ----
[- $dbgInput = 1 -]
<form>
<select name="Example">
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</form>
<form>
<select name="Example2">
[- Execute('options.html') ; -]
</select>
</form>
--- options.html (the included file ---
options.html:
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
The problem is that in Example2, the option is not selected.
If I can test.html?Example=2&Example2=2 then the first form "option 2" is selected.
However, there is no processing on Example2.
/tmp/embperl.log shows the selection of Example but there is nothing about Example2 in
there...which leads me to suspect that the processing doesn't occur when you "import"
the option list via an Execute statement.
Bill "Elvis" Gibbs
goEbusiness.com - putting e-motion in your business
email - [EMAIL PROTECTED] work - 301-668-5090 cell - 301-748-6938
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]