I'm working on a JavaScript program and I'm running into name=blah and
id=blah. Sometimes it's one or the other and other times it
both. Does anyone have a good reference that can help me figure this
out? The books I have don't seem to really be of any help as they're
more towards JavaScript coding that working with the html/javascript.
Here are a few examples:
<frameset cols="600, *" id="overallFram e">
<frameset id="leftSide" rows="*, 0">
<frame name="L" src="L.html">
:
:
--
Linux Home Automation Neil Cherry ncherry@comcast .net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
id=blah. Sometimes it's one or the other and other times it
both. Does anyone have a good reference that can help me figure this
out? The books I have don't seem to really be of any help as they're
more towards JavaScript coding that working with the html/javascript.
Here are a few examples:
<frameset cols="600, *" id="overallFram e">
<frameset id="leftSide" rows="*, 0">
<frame name="L" src="L.html">
:
:
--
Linux Home Automation Neil Cherry ncherry@comcast .net
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
Comment