Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi
Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
|
Nou pe simpatie: Profil verona1991
 | Femeie 25 ani Iasi cauta Barbat 26 - 62 ani |
|
|
Free php scripts.ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
Display random banners and links on your web site using this very simple script.
<SCRIPT LANGUAGE="Javascript"><!--
// *********************************************** // AUTHOR: WWW.scrips.NET, LLC // URL: http://scripturi.3xforum.ro // Use the script, just leave this message intact. // Download your FREE CGI/Perl Scripts today! // ( http://scripturi.3xforum.ro ) // ***********************************************
function banner() { };
banner = new banner(); number = 0;
// bannerArray banner[number++] = "<a href='http://www.url1.com' target='_blank'><img src='images/banner-1.gif' border='0'></a>" banner[number++] = "<a href='http://www.url2.com' target='_blank'><img src='images/banner-2.gif' border='0'></a>" banner[number++] = "<a href='http://www.url3.com' target='_blank'><img src='images/banner-3.gif' border='0'></a>" banner[number++] = "<a href='http://www.url4.com' target='_blank'><img src='images/banner-4.gif' border='0'></a>" banner[number++] = "<a href='http://www.url5.com' target='_blank'><img src='images/banner-5.gif' border='0'></a>" // keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//--></SCRIPT>
_______________________________________ http://2012en.wordpress.com/ "Living mistery" http://mergi.la/RoTop69 "RoTop69" www.cramanobless.ro "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK
|
|
| |
|
| #3 |
|
|
acolo unde vrei tu sa fie afisat bannerul/bannerele! mai exact, intre <body> </body>
|
|
| |
|