Practice javascript (english) buttons

31 luglio 2012 - Fonte: http://softwareimparo.blogspot.com/ Lascia il tuo commento »
E' la tua prima volta qui? Allora iscriviti GRATIS ai nostri feeds! 
THIS POST will have videos every time we practice with button on javascript
Level 1
So this is an exercise for buttons in javascript, this is the code that you can copy and paste, it's easy level 1


<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function lollo()
{
document.getElementById("cry").innerHTML="i'm crying";
}
</script>
</head>
Leggi il seguito »






SEGNALA / INVIA QUESTO POST:  Share
Hai trovato questo articolo interessante? Iscriviti GRATIS ai nostri feeds! 

Lascia un Commento