Actionscript Code:form_comments.onSetFocus = function() {
if (form_comments.text == "Your comments") {
form_comments.text = "";
}
};
my input field instance is form_comments and the default text I have in the field is "Your comments"
the same code (with obvious changes) is working fine on my single line fields... just not this last one?
Working example can be viewed at davey-martin.com
much appreciate any help!
