Visualizzazione post con etichetta webmaster. Mostra tutti i post
Visualizzazione post con etichetta webmaster. Mostra tutti i post

mercoledì 14 ottobre 2015

Alert chiamato da mouse

Alert chiamato da mouse

EventHandler




Porta il mouse qui per vedere un avviso/
Bring your mouse here to see an alert







sabato 10 gennaio 2015

Color Cube - script

 
 
 

lunedì 10 novembre 2014

Testo arcobaleno (Rainbow text)

Rainbow Text Maker (HTML Generator)  online
 Link


TESTO ARCOBALENO - RAINBOW

<font face="Palatino Lynotape" size="5">
<b><font color="Green">S</font>
<font color="Red">U</font><font color="lime">Z</font>
<font color="blue">A</font><font color="Fuchsia">N</font>
<font color="Sienna">A</font>
</b></font>


S U Z A N A
****
Colori in inglese - una tabella completa
con il nome del colore
troverete QUI
colori

martedì 3 giugno 2014

Sandeep's Java Scripts - script clock


Sandeep's Free JavaScripts




mercoledì 12 marzo 2014

Script Cambia colore del sfondo e testo

Please Enter a Color
Background:
Text:ciao
Free JavaScripts provided
by The JavaScript Source
<!-- STEP ONE: Paste this code into the HEAD of your HTML document  -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function color() {
document.bgColor=(""+ colc.cc.value +"");
document.body.text=(""+ colc.tc.value +"");
}
//  End -->
</script>
</head>
<body>
<!-- STEP TWO: Copy this code into the BODY of your HTML document  -->
<BODY>
<div align="center">
<form name="colc">
<table border="1">
<td colspan="2">
<b><center>Please Enter a Color</td><tr><td>
<b>Background:</td><td><select name="cc" size="1">
    <option value="black">Black
    <option value="blue">Blue
    <option value="green">Green
    <option value="skyblue">Light Blue
    <option value="orange">Orange
    <option value="purple">Purple
    <option value="red">Red
    <option value="silver">Silver
    <option value="Yellow">Yellow
    <option selected value="white">White
    </select></td><tr>
      <td>
<b>Text:ciao</td>
      <td>
    <select name="tc" size="1">
    <option selected value="black">Black
    <option value="blue">Blue
    <option value="green">Green
    <option value="skyblue">Light Blue
    <option value="orange">Orange
    <option value="purple">Purple
    <option value="red">Red
    <option value="silver">Silver
    <option value="Yellow">Yellow
    <option value="white">White
    </select>
</td><tr><td colspan="2">
<center><input type="button" name="button" value="Change Color!" onclick="color()">
</td>
</table>
</form>
</div>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center>
<p>
<!-- Script Size:  2.08 KB -->

venerdì 28 febbraio 2014

Radio Mania

Per Tuo sito internet, forum o blog
il tool "Radio Mania"
una raccolta delle migliori Radio Italiane




aggiungi questo script


lunedì 17 febbraio 2014

TextArea - colore di sfondo

il codice per text area
<textarea>

< / textarea>

per cambiare lo sfondo e colori del testo :


<textarea style="color: red; background-color: lightyellow">
</textarea>