Código HTML:
Ver original<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/JavaScript"> var newbutton = document.createElement('input');
newbutton.style.color = "white";
newbutton.value = "FINALIZAR LLAMADA";
newbutton.type = "submit";
newbutton.style.height = "54px";
newbutton.style.width = "310px";
newbutton.style.fontFamily = "verdana";
newbutton.style.fontSize = "16px";
newbutton.style.margin = "0px";
newbutton.setAttribute("id", "newb");
newbutton.setAttribute("name", "enviar");
document.getElementById("condiv").appendChild(newbutton);
document.getElementById("newb").className = "submtx";
Esto funciona en IE8....