|
Posted by Jukka K. Korpela on May 7, 2008, 2:08 am
Please log in for more thread options Scripsit test9991014@yahoo.com:
> While visiting the apple.com page, I noticed an unusual
> form behavior that seems pretty nice, but looking at the
> source (below) it is unclear how it works. Is there a tutorial
> that explains it? Thanks.
You'll find plenty of JavaScript tutorials, mostly poor, on the net.
JavaScript is not HTML. Followups trimmed.
> <script type="text/javascript">
> // <![CDATA[
If _this_ puzzles you, as "(CDATA)" on the Subject line suggests, then
you have a problem with HTML as well. You can simply read the HTML
specs, specifically
http://www.w3.org/TR/xhtml1/#h-4.8
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
|