[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Programming?
Bruce Smith wrote:
> There is no way to do logic within HTML. (unless you add a real programming
> language, like PHP, Java, etc).
Not precisely true, since there are methods associated with objects addressable by
HTML, e.g., the invocation of a mailto under a post method for the submit button of
a form. It ain't teriibly flexible logic, but it qualifies as event-driven process,
and Mr. Browser is going to determine his response to the "submit" after
considering your next level response to his security management - methods and
response-to-logic. Okay, that was argumentative as heck...I got off early today and
have time to "play." HTML is NOT a programming languge - sorry (kind of).
TTFN,
Richard
P.S. APL can be used in place of the above-named "real programming languages."