Feedback: Random Banner Adverts
Feedback on: Random Banner Adverts
Sent by oliver headey on January 05, 2001 at 05:29:05: - feedback #2209
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.
Sent by Aaron Thies on January 17, 2001 at 17:47:18: - feedback #2254
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?
Sent by Raja on August 14, 2002 at 14:15:20: - feedback #4069
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
|