Click to See Complete Forum and Search --> : banner from other source than the web


rolli
01-08-2003, 06:34 AM
Hi,
I have a script for banner rotation, and the source for tha banners is a file on a server.


var mfBanners = [
['http://www.banner1-url-here.com', 'http://imageserv.imgis.com/images/Ad13700St1Sz1Sq1_Ban1.gif'],

I wanto get this:
If someone has already a banner on his screen when he visits my website, I want to change this banner into my banner.
carneol

AdamGundry
01-08-2003, 10:17 AM
What do you mean 'If someone has already a banner on his screen'? Do you mean in another frame - if so, you cannot access it if it is from another domain to yours. If not, please let me know exactly what you want to change.

Adam

rolli
01-08-2003, 04:59 PM
The script should read the webaddress of the banner which is already shown on the screen of a userand then put this webaddress into:

['http://www.banner1-url-here.com', 'http://imageserv.imgis.com/images/ Ad13700St1Sz1Sq1_Ban1.gif'],

and then it will rotate with my banners at :

['http://www.banner2-url-here.com', 'http://imageserv.imgis.com/images/ Ad13700St1Sz1Sq1_Ban1.gif'],
['http://www.banner3-url-here.com', 'http://imageserv.imgis.com/images/ Ad13700St1Sz1Sq1_Ban1.gif'], .......



rolli