Domain Empire

Banner rotation script???

Spaceship Spaceship
Watch
Impact
0
Can this script at http://www.bignosebird.com/recycle2.shtml be configured to trotate links on a static page?

I need to be able to rotate ad banners with their respective link without the page having to be refreshed (ad banner script rotates every few seconds)

Or, does anyone know where I can find a script that will do what I'm needing? Thanx.....
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
0
•••
Thanks, but I've already had someone suggest this to me and it's way more than what I need.

I just need a simple script that will work with frames.
I found one at http://www.dynamicdrive.com/dynamicindex14/dropitslide2.htm but getting it to open the link in the bottom frame is what I'm having problems with
 
0
•••
Hey that's a nice little image rotation script you found there.

I think you may need to edit the lines that look like:
<a href="'+droplinks[curimageindex]+'">

to get it to target to to the frame you want. I'm no good with JavaScript though. :( .... lol

EDIT: I see you posted a little JavaScript challenge and maybe I'll try it. :)
 
0
•••
Yeah, my experience is basically copying & pasting existing scripts, and putting in a few variables to make it work for my sites.

I've not reallt had a need, up till now, to really dig in and learn to write my own scripts. There's so many scripts available out there to do whatever is needed to start learning to do it myself.

Besides, I'm so busy these days I hardly have time for webdesign anymore, since my Atm business has started taking off.
 
0
•••
0
•••
Thanks to "golfcart" from: http://www.techimo.com/forum/
who hit a Hole in One with the following fix . . .

You can change this:

<a href="'+droplinks[curimageindex]+'">

to this:

<a href="'+droplinks[curimageindex]+'"target="main">
 
0
•••
That's the same thing I did, only I made it so you only had to change one variable. :)
 
0
•••
Yeah, I was thinking your fix looked very similar.
I saved it in a Word doc.

I make it a habit to save things like this everytime I learn something new. No sense in letting knowledge people share get away!

Thanks for all the help....
 
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back