18.07.2011 05:47, Ted Rolle Jr. wrote:
I wish to have the application go to the next (PHP) menu when text is entered into any of the fields (only one should be populated) and the user hits Enter.
This isn't a CSS issue. It's about functionality, not presentation.
There must be a "best practice" method of doing this, but I don't know whether it would be HTML, CSS, or JavaScript --- or a combination of these.
HTML indicates structure and semantics (and may make some presentational suggestions); CSS makes presentational suggestions; and (client-side) JavaScript is for client-side actions in a browser.
I suspect that it's a FAQ with an easy solution.
FAQs aren't what they used to be. The old Web Authoring FAQ http://htmlhelp.com/faq/html/forms.html addresses the question, though. -- Yucca, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
