Reply to Re: File upload problem(firefox works, IE not)
Posted by the DtTvB on 06/14/06 13:36
What about making a div that contains HTML in it?
Example is:
formdiv = document.createElement('div');
formdiv.innerHTML = '<form action=".....">\
Don\'t forget to use backslashes after each line!\
</form>';