2 Comments

  1. Hi,

    I tried to add image but I don’t know how to do this
    Can anyone be kind to tell me how?

    thanks a lot

    • easiest way is to globally initialize the dom builder and then do add an image via the created tag functions

      // make sure page is loaded
      ff.event.onload( function()
      {
      // call this once per page it creates all tag functions as
      // global uppercase functions
      ff.dom.init(window);
      // create an IMG with “test.gif” as src and immediately
      // add it to the document
      document.body.appendChild(IMG({“src”:”test.gif”}));
      });

Leave a Reply to madhuts Cancel reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.

© 2024 fforw.de

Theme by Anders NorénUp ↑