You are here: irt.org | About | Feedback | 1143 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q717
Sent by
James Noe on April 26, 2000 at 09:30:12:
Worth:
Not worth reading
Comments:
I've found a way of solving this.
If you have an external stylesheet and a style defined for input, and another class (say input2) then you can have a JavaScript function that does:
function changeFormat(fld)
{
fld.className = "input2";
}
Kindest regards,
James
Other feedback on 'irt.org FAQ Knowledge Base Q717' - show all