Jump to content

Recommended Posts

Posted (edited)

Cum se numeste Hook-ul sau scriptul care il au www.pglzone.ro in Header de fac imaginile alea asa ca vreau si eu sa pun asa in Header! va rog mult de tot!

Poze cu imaginile facute de la Script nu am mai apucat sa cenzurez dar vreau urgent sa il am..

Poza 1:

Pud8qIQ.png?1

Poza 2:

D9lZXqY.png?1

Poza 3:

RYsp5u2.png?1

De 3 ori sau schimbat ca si cum ar fi o reclama de aia GIF dar este un script mam uitat eu si nu il pot lua corect ajutati-ma :( Respect!

 

Edited by Leonidas
Am pus Pozlele!

  • gaby changed the title to Cum se numeste acest script / hook?
Posted
<!doctype html>
<html>
<head>
	<title>Banners</title>
	<script>
		var banners = [];
		banners.push({src: "image1.png", alt: "Image 1"});
		banners.push({src: "image2.png", alt: "Image 2"});
		banners.push({src: "image3.png", alt: "Image 3"});
		banners.push({src: "image4.png", alt: "Image 4"});
		banners.push({src: "image5.png", alt: "Image 5"});

		window.onload = function() {
			var index = Math.floor(Math.random() * banners.length);
			var ad = document.getElementById("ad");
			ad.setAttribute("src", banners[index].src);
			ad.setAttribute("alt", banners[index].alt);
			ad.style.display = "block";
		}
	</script>
	<style>
		#ad {
			display: none;
		}
	</style>
	<noscript>
		<style>
			#ad {
				display: block;
			}
		</style>
	</noscript>
</head>
<body>
	<img id="ad" src="image1.png" alt="Image 1" />
</body>

 

www.evict.ro

EVICTro

loading1.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.