who's taking a class in HTML and posed this question
Originally posted by: kamper
Mebbe he was talking about xforms? Can't say I know much about them but I assume they're smarter than regular html forms.
Originally posted by: bersl2
Originally posted by: kamper
Mebbe he was talking about xforms? Can't say I know much about them but I assume they're smarter than regular html forms.
XForms absolutely will be able to validate input on their own.
W3C XForms FAQ
XForms has several new submission methods compared with HTML Forms
Originally posted by: screw3d
Note: HTML = Hypertext Markup Language.. not programming language.
I figured his boss maybe had them had them confused.Originally posted by: Zugzwang152
Originally posted by: bersl2
Originally posted by: kamper
Mebbe he was talking about xforms? Can't say I know much about them but I assume they're smarter than regular html forms.
XForms absolutely will be able to validate input on their own.
W3C XForms FAQ
XForms has several new submission methods compared with HTML Forms
xforms are not a part of HTML, they are an extension/plugin from what I read briefly.
.Originally posted by: Injury
Originally posted by: screw3d
Note: HTML = Hypertext Markup Language.. not programming language.
EXACTLY.
HTML cannot, in any way, perform functions, computations, read or interpret input data or make changes based on input.
HTML can only create pages from code commands and pass variables through the use of forms. To put it simply, HTML is a write-only language. Even when you put information into forms, it does nothing more than to pass that information on. It does not care what is in the form, it does not discriminate between one blurb of information or the next, it simply passes it on.
As scr3ed said, it's not a programming language, it's a low-level markup language.
As far as XHTML, XHTML is only a new formatting of HTML... it's just HTML with a few new rules.
Originally posted by: Zugzwang152
HTML/XHTML alone cannot process data. It is strictly a structure for displaying information to a client's screen. Your supervisor is a moron.
edit:
who's taking a class in HTML and posed this question
if he's taking a class to learn HTML, why do you believe him when he says it can be done