2009/9/21 Giovanni Battista Lenoci <gian...@gmail.com>: > > Cecil Westerhof ha scritto: >> >> 2009/9/21 Cecil Westerhof <cldwester...@gmail.com>: >> >>> >>> - a way to automatically notify people that they should enable JavaScript >>> >> >> The way that I did this was that start the body with: >> <h1 id = "needJavaScript"> >> For best results JavaScript must be enabled!!! >> </h1> >> > > There's the noscript tag for this, with your way search engines will > register this as the main heading of your page... I don't think this is > desiderable :-)
I was to smart for my own good. I like DRY very much. That is way I used this solution. But when this will generate a problem in search engines, then I can better need to change the title on two places. -- Cecil Westerhof