➽Kæwøø||тimelessяude


Replying to Codice SCRIPT per inserire un messaggio di avviso in taboard

  • Create account

    • Nickname:
  • Enter your Post

    •              
           
       
      FFUpload  Huppy Pick colour  HTML Editor  Help
      .
    •      
       
      Clickable Smilies    Show All
      .
  • Clickable Smilies

    • <3:XD:*_*:];P:XP:(:=)X):D:>.<>_<
      =_=:|:?3_3:p:;_;^U^*^^*:=/::*::b::f:

  •   

Last 10 Posts [ In reverse order ]

  1. Posted 18/7/2014, 17:22

    Se ti è stato utile fai +1



    Andate in: Amministrazione - codici Html - in cima al forum


    CODICE
    <script type="text/javascript">
    //By DarkStyle
    var message_tag="INSERISCI QUI IL TESTO DI AVVISO";
    var tag=document.tagboard.ffmsg;

    function modifyvalue() { if (tag.value=="") {
    tag.value=message_tag;
    tag.style.color="CODICE HTML COLORE DEL MESSAGGIO";
    tag.style.fontStyle="italic";
    } }

    function resetvalue() { if (tag.value==message_tag) {
    tag.value="";
    tag.style.color="CODICE HTML COLORE MESSAGGIODA EDITARE";
    tag.style.fontStyle="normal";
    } }

    document.onload=modifyvalue();
    document.tagboard.onsubmit=function() {if (tag.value==message_tag) return false};
    tag.onfocus=resetvalue;
    tag.onblur=modifyvalue;
    document.tagboard.I.onfocus=resetvalue;
    document.tagboard.B.onfocus=resetvalue;
    document.tagboard.U.onfocus=resetvalue;
    document.tagboard.fcolor.onfocus=resetvalue;
    </script>


    Se ti è stato utile fai +1



Review the complete topic (launches new window)