mayamanako
Technical User
Hi folks, any idea how to do this kind of navigation?
(the horizontal nav of yahoo)
i prefer not to use javascript.
(the horizontal nav of yahoo)
i prefer not to use javascript.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<a href="index.asp?menuchoice=option1">Option 1</a>
<a href="index.asp?menuchoice=option2">Option 2</a>
<a href="index.asp?menuchoice=option3">Option 3</a>
query database: SELECT *FROM menus WHERE p_option=menuchoice_variable;
display links returned from DB.