Hi
I need to compile a piece of code that sits on a 3rd party's web page and calls a random banner image with corresponding click-through url which rotates on every page load. The list of banners and clickthroughs is pulled from an sql database on our servers.
I'm using iframes to run a server-side script that queries the db and returns an <img src and <a href tag back to the user's browser populated with the randomly selected banner.
The problem is that older netscape users can't run iframes and I need a piece of javascript to place within the iframe tag that does the same thing as the iframe.
Any ideas??
I need to compile a piece of code that sits on a 3rd party's web page and calls a random banner image with corresponding click-through url which rotates on every page load. The list of banners and clickthroughs is pulled from an sql database on our servers.
I'm using iframes to run a server-side script that queries the db and returns an <img src and <a href tag back to the user's browser populated with the randomly selected banner.
The problem is that older netscape users can't run iframes and I need a piece of javascript to place within the iframe tag that does the same thing as the iframe.
Any ideas??