Feedback on: Random Banner Adverts
Worth:
Worth reading
Comments:
hi,
i've also implemented a version of rotating ads which is essentially this same as yours. i'm writing because your method displays the same problem as mine under internet explorer - when the href is changed, by default windows plays a "click" sound. do you know of any way (other than turning off system sounds) to prevent this click from happening? i have spoken to someone from microsoft and they couldn't answer the question, so it's looking unlikely.
cheers, olly.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
This is very interesting but not too useful because there are two sets of code, one for MSIE and one for NS. So it's either one or the other.....problem is that Internet surfers could be using either browser. How could one do this to account for both browser types?
Worth:
Very worth reading
Comments:
It is good example and I have used your example, but I do know how to add a target in this function since my web page has three frames and I want to add to your function "Target=_self" or etc. to the following:
function Href(dest,image,text) {
this.dest = dest;
this.image = image;
this.text = text;
How do I add a target ?
Regards,
Raja