peterinwa
11-10-2002, 05:15 PM
I read in another post that about 10% of browsers don't have JavaScript capability or don't have it enabled.
On my pages I use the <noscript> tag to put a short note on the page saying that JS is required for my website. I figure it's better than a blank page.
One of my websites is a calculator that runs in JS. I guess I could make it run on the Server Side to solve the problem of some browsers not being JS enabled. But I don't know ANYTHING about that and while HTML was a breeze, learning JS was about as much as I think I'm capable of.
My question is... do most of you just program for JavaScript enabled browsers and forget about the rest?
On my pages I use the <noscript> tag to put a short note on the page saying that JS is required for my website. I figure it's better than a blank page.
One of my websites is a calculator that runs in JS. I guess I could make it run on the Server Side to solve the problem of some browsers not being JS enabled. But I don't know ANYTHING about that and while HTML was a breeze, learning JS was about as much as I think I'm capable of.
My question is... do most of you just program for JavaScript enabled browsers and forget about the rest?