I create dynamic bottom like this:
formElement = document.createElement('input');
formElement.setAttribute("type", "button");
after this I can see button.
Next code line not working on IE only, why? And where is mistake
formElement.setAttribute("onClick", "buttonfunction()");