Good Day,
I have the following form:
<form name="form1" action="mul-select-post">
<select name="menu1" multiple>
<option value="<option value="</select>
<button type="submit">Submit</button>
</form>
I would like to process the results with tcl on the server side. It's done within the Vignette V6 environment.
Is it possible?
Thanks,
Dan
I have the following form:
<form name="form1" action="mul-select-post">
<select name="menu1" multiple>
<option value="<option value="</select>
<button type="submit">Submit</button>
</form>
I would like to process the results with tcl on the server side. It's done within the Vignette V6 environment.
Is it possible?
Thanks,
Dan