RichardEdwards
Programmer
I have created a library of helpful JavaScript including an easy-to-use cross-browser navigable calendar. Go to and click the calendar link to see it in action. My dynamicHTML3.js library defines a slew of String.prototype functions named for the corresponding HTML tags that they implement. Perhaps most importantly, I've defined several "widgets" that make it easy to render reusable components like a color selector or an entire calendar.
Just use this code...
I'd be happy to answer your questions about dynamicHTML3.js
Just use this code...
Code:
<script language=JavaScript src=[URL unfurl="true"]http://home1.gte.net/uuclb/dynamicHTML3.js></script>[/URL]
<script language=JavaScript>
(new Date()).calendar().write(); // renders a calendar!
</script>
Code:
"Richard Edwards".link("mailto:"+/*NO*/"redwards"+/*SPAM*/"@afsa.com"/*THANKS*/).write();