Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Forms and Pull-Down Navigatin Menus
How can I use forms for pull-down navigation menus?
✍: FYIcenter
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.
2007-03-03, 6168👍, 0💬
Popular Posts:
What is the difference between const char* p and char const* p? In const char* p, the character poin...
How To Create an Add-to-My-Yahoo Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News ...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
Which bit wise operator is suitable for turning on a particular bit in a number? The bitwise OR oper...
What is the quickest sorting method to use? The answer depends on what you mean by quickest. For mos...