fspaiva
10-30-2003, 10:25 AM
Hi,
How do I do a list/menu select that when the user selects, for example, the "A" option, open A.html popup window without the scroll-bar and at the same time, the current page open select.htm ?
<select name="select">
<option>A</option>
<option>B</option>
<option>C</option>
</select>
How do I do a list/menu select that when the user selects, for example, the "A" option, open A.html popup window without the scroll-bar and at the same time, the current page open select.htm ?
<select name="select">
<option>A</option>
<option>B</option>
<option>C</option>
</select>