Quote:
quote:Originally posted by Greg Griffiths
You could create a Javascript function like the following :
var isRO=true;
function isFieldRO(this)
{
if (isRO)
{
this.blur();
}
}
<input type=checkbox onfocus="isFieldRO(this)">
|
Hmmm.. this didn't work either. The Javascript is not "bombing", but it doesn't seem to be disallowing the input. I'm mystified! I think I"m going to try and build a page with nothing else on it and see if it works, but right now all of the suggested options don't seem to do the job.
I do thank you for taking the time to write thought.
Any other ideas out there
:: Chris Pollock ::