Starter JavaScript
Tue Aug 15, 2006 2:55:17 pm by DustinFiled under General
I started to do a bit of JavaScript today at work. I have never really done any of it before. You may ask how I got all those pop downs. Well to be honest, I stole them from a friend.
So for all of those of you out there who are learning, here is a simple thing to remember. If you want to have a simple warning come up after a form has changed use “return window.confirm(‘blah’);”. Remeber to use the return though. Otherwise you will always return the “Yes” answer.
Sun Oct 1, 2006 10:36:25 am
Ah, the joys. If you thought CSS was bad for cross browser compatibility, you ain’t seen nothin yet.