Forum Moderators: open

Message Too Old, No Replies

Banner and Text Link that I control

         

Tazzam

6:45 pm on Aug 10, 2005 (gmt 0)

10+ Year Member




Would Java do this?

I want to beable to control the text that is displayred. I know I can control the image if the code I furnish pulls it from my site, but I want to beable to change the link text as needed for diffeent keywords.

Anyone have, or know where I can create or find something like this?

Thanks in advance!

Gary

httpwebwitch

1:53 am on Aug 14, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



instead of "furnishing" code that the recipient pastes into their page, furnish a URL with your own *.js file.

Let them use this:
<script src="http://your.site.com/yourscript.js"></script>

then from your own server you can control what appears on their page.

Personally I would never subscribe to a hotlinked script since that gives them *complete* control over your DOM. But if you're a trusted provider it's a workable solution.