From: 116 on
What would be needed to have the page open to NEW?

David

"Dan L" wrote:

> This works for a drop down menu:
> <form>
> <select onChange="if(options[selectedIndex].value)
> window.location.href=(options[selectedIndex].value)">
> <option>Select a search engine...
> <option value="http://www.yahoo.com">Yahoo
> <option value="http://www.google.com">Google
> <option value="http://www.lycos.com">Lycos
> </select>
> </form>
>
> "Smilie" wrote:
>
> > In the Form Field properties box I have entered the "target Pages" under
> > values, but the links do not work. Why?
From: Hot-text on

http://docs.cs.up.ac.za/programming/javascript/ken/menu1.htm <<< INFO drop
down menu open new page



"116" <116(a)discussions.microsoft.com> wrote in message
news:E416FC3B-1A8E-418A-9DC6-1C6529B5DA66(a)microsoft.com...
> What would be needed to have the page open to NEW?
>
> David
>
> "Dan L" wrote:
>
>> This works for a drop down menu:
>> <form>
>> <select onChange="if(options[selectedIndex].value)
>> window.location.href=(options[selectedIndex].value)">
>> <option>Select a search engine...
>> <option value="http://www.yahoo.com">Yahoo
>> <option value="http://www.google.com">Google
>> <option value="http://www.lycos.com">Lycos
>> </select>
>> </form>
>>
>> "Smilie" wrote:
>>
>> > In the Form Field properties box I have entered the "target Pages"
>> > under
>> > values, but the links do not work. Why?