Correct JavaScript Syntax for this statement [on hold]
I am having problems with this code snippet I wrote. Does anyone have any
ideas? It won't document.write(<select>). Here is the bad code:
<script>
var option = getElementbyId.("select");(if option = "Axiom OA"
{
document.write("<code><select></code>");
});
else Boolean.NaN;
</script>
No comments:
Post a Comment