else if (answer is HandwrittenAnswer) { this.Sourcecode.AppendLine("\t\t\t\t<textarea id='" + id + "' name='" + id + "' value='' style='position: absolute; " + "top: " + top + "px; left: " + left + "px; height: " + height + "px; width: " + width + "px; " + "visibility: hidden; z-index: 2; resize: none;'></textarea>"); this.Sourcecode.AppendLine("\t\t\t\tdocument.getElementById (" + id + ").focus();"); }
this.Sourcecode.AppendLine("<script>\t\t\t\tdocument.getElementById (" + id + ").focus();</script>");>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)