Saturday, January 29, 2005
New page - JavaScript - select list insert, append, remove (old school)
tutorial006.html
Tutorial006 includes code to insert, append, and remove options from a select list. It uses a technique that can be used in old and new browsers.
The code was tested, but if you find any problems, please let me know.
Tutorial006 includes code to insert, append, and remove options from a select list. It uses a technique that can be used in old and new browsers.
The code was tested, but if you find any problems, please let me know.
posted by Keith [1/29/2005 02:24:00 PM] - permalink - 0 comments
Tuesday, January 25, 2005
New page - JavaScript - select list add, remove, insert
tutorial005.html
After archiving* tutorial_mixed2.html, I wrote up another page that adds and removes options from a select list. This time without all the netscape/ie fork logic.
*By archiving, I mean the page is marked as archived, but it's still up there.
After archiving* tutorial_mixed2.html, I wrote up another page that adds and removes options from a select list. This time without all the netscape/ie fork logic.
*By archiving, I mean the page is marked as archived, but it's still up there.
posted by Keith [1/25/2005 04:52:00 AM] - permalink - 0 comments
Sunday, January 23, 2005
New Page - CSS
css.html
It's in the tutorials section, but there aren't many lessons in the page. The page itself is the lesson. Study the source and the css file.
It was new a few weeks ago, but the original page was just a placeholder. So I waited until I improved the layout.
I'm also in the process of creating a template for this blog.
It's in the tutorials section, but there aren't many lessons in the page. The page itself is the lesson. Study the source and the css file.
It was new a few weeks ago, but the original page was just a placeholder. So I waited until I improved the layout.
I'm also in the process of creating a template for this blog.
posted by Keith [1/23/2005 06:57:00 PM] - permalink - 3 comments