I am trying to underline text using javascript in an adobe form. My current script is:
var a = this.getField("options").value;
of (a == "a") {
event.value = (" model a paragraph ... ");
How can I get the first line in the paragraph to be underlined ?