InterviewSolution
Saved Bookmarks
| 1. |
How Can I Use Forms For Pull-down Navigation Menus? |
|
Answer» There is no way to do this in HTML only; something else must process the form. JavaScript processing will work only for readers with JavaScript-enabled BROWSERS. CGI and other server-side processing is reliable for HUMAN readers, but search engines have problems following any form-based NAVIGATION. There is no way to do this in HTML only; something else must process the form. JavaScript processing will work only for readers with JavaScript-enabled browsers. CGI and other server-side processing is reliable for human readers, but search engines have problems following any form-based navigation. |
|