ForumCommunity

Wiki - JavaScript

    What it is
    It's the language used between the tags <script> </script>, working only in Manage HTML code.

    Common mistakes
    • HTML
      <script src="http://...">

      This tag loads an external JavaScript, but for safety reasons you can not use it.


    • CODICE
      document.write('testo')

      This instruction writes (write) the wanted text on the forum. The word text can be replaced with a set of HTML tags. It is important to add the symbol "\" before each apex and write "\n" if you want to start a new line.
      The sentence
      CITAZIONE
      L'albero è
      in fiore

      is written
      CITAZIONE
      document.write('L\'albero è\nin fiore')

    Ready Javascript
    In this thread there are many script: watch, calendar, anti-copying, etc...
    To note also a warning message before posting.
    The ForumFree Fast Scripts is any generator of ready Script for the three networks.

    Related items