Kathleen
Fri Aug 26 09:07:21 CDT 2005
Yes, it's possible. Make sure you are referencing the page correctly,
relative to your current location.
This: <option value="testjump.htm">Go to test page</option> will let you go
to another page in the same folder as your current page.
You should also remove any spaces and special characters from your
filenames.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web:
http://www.spiderwebwoman.com/resources/
"SarahE" <SarahE@discussions.microsoft.com> wrote in message
news:2974E66F-52FD-4910-9F38-2769BB38B9A2@microsoft.com...
> Can someone tell me if it is possible to add an href to an <option> tag
> for
> the drop down options?
> I do not want to reference a URL address and it seems that is the only
> option you have while using the navagate option.
> <option
> value="/intranet/public/is/ad/system_standards.htm#System%20Standards">
> SYSTEM STANDARDS </option>
> This is what I am trying to get to work but it still will not reference
> this
> page within my working folder as it should. Thanks.