Results 1 to 1 of 1

Thread: importNode crossbrowser

  1. #1
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default importNode crossbrowser

    1) CODE TITLE: Making importNode crossbrowser

    2) AUTHOR NAME/NOTES: Arie Molendijk

    3) DESCRIPTION: There's no IE-implementation of importNode. So we have to do some emulation to make it work. We can deal with the problem by using a (slightly modified) 'general' script written by John Davenport Scheuer (Dynamic Drive) and more specific scripts for (i) importing external nodes from an object, (ii) importing external nodes from an iframe, and (iii) moving (replacing) nodes within a page. (IE does not uniformally handle importing content from an iframe and importing content from an object). As I think that looking at the source of the page will do, I don't explicitly give all the details. The pages have demos.
    This is related to http://www.dynamicdrive.com/forums/s...ad.php?t=30079

    4) URLS TO CODE: http://molendijk.110mb.com/importNod...ortNodeIE.html and http://molendijk.110mb.com/importNodeIE1/bringNode.html
    Last edited by molendijk; 03-16-2008 at 02:49 PM. Reason: Adding link

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •