2009/1/25 tedd <tedd.sperling@xxxxxxxxx> > At 1:02 PM -0500 1/25/09, Robert Cummings wrote: > >> On Sun, 2009-01-25 at 12:55 -0500, tedd wrote: >> >>> Hi gang: >>> >>> I had a problem and solved it -- here's the write-up: >>> >>> http://www.webbytedd.com/b/update-select/index.php >>> >>> What do you think of the solution? >>> >> >> Dirty button is all fine and dandy, but since you're using JavaScript to >> update the button's CSS (or colour), then why not update the information >> similarly so that the information is up to date? >> >> Cheers, >> Rob. >> > > Rob: > > This is one of the reasons why I like bouncing ideas off this group. I've > changed values before in real-time by using javascript, as evidenced by > this: > > http://webbytedd.com/c/form-calc/ > > But somehow that didn't come to mind as I was trying to solve my > "Dirty-Button" problem. > > Thanks, I will change the values on the fly and make the "Dirty-Button" > problem moot. > > Cheers, > > tedd > Would be an interesting solution if you didn't used JavaScript (css + :active attribute, but I think this is not well supported by all browsers)