Abusing JavaScript
-
In my latest work I haven't used any tags to create links but only onClick events and JavaScript. What do you think is it OK or it is very stupid idea? I know it won't work on older browser (below IE 4.0) but I do not want it to work. Are there many people who use these browsers or disable JavaScript? Thank you in advance
-
In my latest work I haven't used any tags to create links but only onClick events and JavaScript. What do you think is it OK or it is very stupid idea? I know it won't work on older browser (below IE 4.0) but I do not want it to work. Are there many people who use these browsers or disable JavaScript? Thank you in advance
Logdar wrote: What do you think is it OK or it is very stupid idea? Yap, it's very stupid idea :cool: See http://www.tom.me.uk/scripting/[^] for the reasoning. Logdar wrote: Are there many people who use these browsers or disable JavaScript? http://www.thecounter.com/stats/2003/May/index.php[^]
-
Logdar wrote: What do you think is it OK or it is very stupid idea? Yap, it's very stupid idea :cool: See http://www.tom.me.uk/scripting/[^] for the reasoning. Logdar wrote: Are there many people who use these browsers or disable JavaScript? http://www.thecounter.com/stats/2003/May/index.php[^]
I want to make rollover buttons but I don't want to use any pictures and I want these buttons to run on all browsers above 4.5 (or 5.0) What should I look for? BTW how to make IE 6.0 not to show the buttons when the mouse cursor is over a picture? Any idea?