Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 5170👍, 0💬
Popular Posts:
How could Java classes direct program messages to the system console, but error messages, say to a f...
What is continuous and staged representation? CMMI contains 25 key process areas which organization ...
Is There Any XSD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Gene...
Can JavaScript steal text from your clipboard? It is true, text you last copied for pasting (copy &a...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...