Forum Moderators: open

Message Too Old, No Replies

Nav links for non javascript browsers

Use noscript links to support javascript nav buttons?

         

kiwibrit

10:18 am on Nov 14, 2004 (gmt 0)

10+ Year Member



My site has flyout nav buttons generated in javascript. They work fine.

Question - what do do about non javascript browsers? My thoughts are:

<noscript>
<div class="navlinx">
<p> <a href="../index.htm">Home Page</a> <br>
<a href="../something.htm">something</a><br>
<a href="../something2.htm">something2
</a></p>
</div>
</noscript>

The idea being that the nav links will show and work only only when a non-javascript browser sees the page.

Does this seem a reasonable way to go?
Will search engines see the links?

kiwibrit

4:04 pm on Nov 14, 2004 (gmt 0)

10+ Year Member



Gone for it. Seems fine.