Tuesday, 20 August 2013

Correct JavaScript Syntax for this statement [on hold]

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>&lt;select></code>");
});
else Boolean.NaN;
</script>

No comments:

Post a Comment