Hello All,
I have a dropdown with href locations saved with its value tag. On click of GO I need to open that page. It is like:
<select name=hreflist>
<option value="hrefA"> Description of A</option>
<option value="hrefB"> Description of B</option>
<option value="hrefC"> Description of C</option>
</select>
????<a href="url#"& hrefA>GO</a>
do not know how to build it??
Thank you
I have a dropdown with href locations saved with its value tag. On click of GO I need to open that page. It is like:
<select name=hreflist>
<option value="hrefA"> Description of A</option>
<option value="hrefB"> Description of B</option>
<option value="hrefC"> Description of C</option>
</select>
????<a href="url#"& hrefA>GO</a>
do not know how to build it??
Thank you