Re: newbie: what if JavaScript is switched off in a browser?



On Mar 6, 7:35 am, Jivanmukta <jivanmu...@xxxxxxxxxxxxxx> wrote:
Hello,
I am learning WWW technologies (HTML/CSS/JavaScript/PHP5). I am
programming websites using these technologies. I learnt that JavaScript
can be switched off in a browser. Should I consider such case? To tell
you the truth, usually I don't imagine how to create my websites without
JavaScript, so my websites will not work when JavaScript is disabled.
Maybe I should inform user (somehow) that he/she should turn JavaScript
on.
Please make it clear to me.

You should always design sites to work without script. This is not
just for the benefit of users who disable scripting, but for agents
(or organizations) that don't support scripting. Should make sense
without visual style as well, which is how blind people will
experience documents through a screen reader. And if it doesn't make
sense with *both* disabled, it won't make sense to search engines,
text browsers, etc.

Of course, most Web developers have a hard enough time making their
site properly in IE with everything enabled, so you'll see more bad
examples than good.

.



Relevant Pages

  • Re: Lynx, Links, and ELinks
    ... It seems as though certain websites make ... extensive use of javascript in order for me to download files. ... based browser was nearly impossible due to javascript. ... How many of the web developers here make their sites accessible through ...
    (comp.infosystems.www.authoring.html)
  • Re: Microsoft.XMLHTTP ASP.NET
    ... > The example you are showing is in JavaScript, ... > client's browser. ... >>I use to use Microsoft.XMLHTTP in asp to pull html from other websites and ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Cross browser
    ... in my websites i hav not written a single line of code that is not ... > else if (browser is Mozila with version) then ... specific syntax like the MS Jscript dialect or you can code in Javascript ... > Also can any one help me for sample source code which i need to do. ...
    (microsoft.public.dotnet.framework.aspnet)
  • newbie: what if JavaScript is switched off in a browser?
    ... I am learning WWW technologies. ... programming websites using these technologies. ... can be switched off in a browser. ... JavaScript, so my websites will not work when JavaScript is disabled. ...
    (comp.lang.javascript)
  • Re: newbie: what if JavaScript is switched off in a browser?
    ... I am learning WWW technologies. ... programming websites using these technologies. ... JavaScript, so my websites will not work when JavaScript is disabled. ... You should always design sites to work without script. ...
    (comp.lang.javascript)