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, 5751👍, 0💬
Popular Posts:
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
Who Developed HTML? HTML was originally developed by Tim Berners-Lee while at CERN, and popularized ...
What's the output of the following program? And why? #include main() { typedef union { int a; char b...
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...