Hey guys im looking for an image rotator script with links, so every time the page is refreshed a new random image is displayed.

The thing is, i need a script that doesnt have the location of the images in the script.

I need a script like the current google adsense script, no advertisement links or locations are displayed.

Any ideas?

Thanks

-

Here a sample so you kinda know what i mean.

Kinda what im after:

<script type="text/javascript"><!--
google_ad_client = "############";
/* CTF Header */
google_ad_slot = "#########";
google_ad_width = ###;
google_ad_height = ##;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

Recommended Answers

All 2 Replies

Member Avatar for Pnorq

Not 100% sure what you're asking for.

You can bake in images into your CSS or HTML page via something like http://www.spritebaker.com/ or cssembed (at github). There won't be any locations associated with them (other than where the CSS came from).

Is that what you're asking for?

I need a javascript code that people can use on their websites. Effectively just the same as the google adsense code, just with my images, not google's.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.