document.createHTMLDocument

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sebarry
    New Member
    • Jul 2007
    • 69

    document.createHTMLDocument

    Hi,

    I've been searching for documentation on document.create HTMLDocument and I can't tell how well supported it is. I need to be able to create a new HTML document in Javascript and have that code work in IE and Firefox. What should I be doing?

    Thanks,

    Sean
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    I'm not sure, but I don't think it's (widely?) supported as yet. You could try using createDocument instead.

    Comment

    • Amzul
      New Member
      • Oct 2007
      • 130

      #3
      cant u use few 'createElement' for that?
      do u have to start from scrach or u have a base of <html></html>?

      Comment

      Working...