Solució - Exercici 8 - 2009-NOV-04


<html>
<head>
<title>Link amb javascript</title>
<script>

function canvia(url) {
document.location.href=url;
}

</script>
</head>
<body>

<strong onclick="canvia('http://google.com');">Anar a

google</strong>


</body>
</html>

0 comentarios: