Ahhh yes! It's a beautiful thing when it all works. Thanks BR001! Here
is my script for a dropdown box. Dropdown box name is edited with
ellipse due to long name. All the best.//form1.....dFocal::enter -
(JavaScript, client)this.fontColor = "0,0,0";this.font.posture =
"normal";//form1.....dFocal::exit - (JavaScript, client)var v =
this.getElement("value");if (this.isNull){ this.fontColor =
"153,153,153"; this.font.posture = "italic"; this.nodes.remove(v);
//console.println("This value equals" + ...