> But isn't it so much easier to type in that one line HTML + javascript
than
> trying to get an image of a checked check box...... unless you have that
> handy, you'd have to eg. take a snapshot, or draw something, then save the
> file as an image file.......hmm...
>
> and as you said, the effect will be the same to the user anyway....

Yeah, really doesn't matter how you do it, I guess. Just so long as you
check the data after it's submitted again and determine whether the value
should have been allowed to change or not. If it wasn't allowed to change,
then don't accept the value that was passed (because it may of changed
regardless of what measures you take).

Like you said, hopefully that part is obvious, though. :)

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to