Jump to content

Recommended Posts

Posted

Acest JavaScript face ca de fiecare data cand este incarcata pagina sa se afiseze un alt link dintr-o lista predefinita de linkuri.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>PC Troubleshooting Link aleator</title>
<script>
<!--

var txt = new Array("pct","google","yahoo","pctroubleshooting.ro");
var adr = new Array("www.pctroubleshooting.ro","www.google.ro",
"www.yahoo.com","www.pctroubleshooting.ro");

var n = Math.floor(Math.random() * txt.length);

document.write("<a href=http://"+adr[n]+">"+txt[n]+"</a>")
// refresh pentru afisarea altui link
//-->
</script>

</head>

</BODY>
</html>[/code]

  • Like 1

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.