I know how to use asfunction from hrefs, but is it possible to use asfunction from an html select box? I am working on it, without success…yet. Anyone know if this is possible—?
<form method=“get” name=“form1” id=“form1”>
<select name=“menu1” onchange=“if (this.selectedIndex > 0) location.href=this[this.selectedIndex] .value;”>
<option>sort by type</option>
<option>Web</option>
<option value="asfunction:as_test">Branding</option>
<option>Print</option>
</select>
</form>