Links aren't generating
- by user2680614
I have a form and I can't get my links to generate. The next button is supposed to light up followed by a bit of text.
How it's supposed to work: http://jsfiddle.net/zMQcn/
The one that doesn't work: http://jsfiddle.net/Yq8Qf/
document.getElementById("linkDiv").innerHTML="<input type=button value=Next onclick=\"window.location.href='http://yahoo.com/';\">other 8b white</input>";
}