473,796 Members | 2,578 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using Javascript on my website

Hi

I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers?? I mean If
someone has disabled javascript they wont see some part of the
website.

Regards

Mar 20 '07 #1
6 1617

Michael Landberg wrote:
Hi

I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers??
Yes, somewhere around 5% to 15%.

Visit ZDNet with Firefox and Firebug or Safari and you will soon see
why people turn Javascript off (I do). If your site is dysfunctional
without scripting, be prepared to lose about 10% of visitors.
--
Rob

Mar 20 '07 #2
On 20 mrt, 10:46, "RobG" <r...@iinet.net .auwrote:
Michael Landberg wrote:
Hi
I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers??

Yes, somewhere around 5% to 15%.

Visit ZDNet with Firefox and Firebug or Safari and you will soon see
why people turn Javascript off (I do). If your site is dysfunctional
without scripting, be prepared to lose about 10% of visitors.

--
Rob
Hi

I just visited ZDNet with firefox but could not see any irritating or
strange things. What should I have seen?
Is there a good alternative for javascript? I use javascript to
validate fields. Is that possible in HTML? or another simple way?

Regards

Mar 20 '07 #3
Michael Landberg wrote:
Hi

I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers?? I mean If
someone has disabled javascript they wont see some part of the
website.
Well yes - obviously you have to. People without Javascript will
account for between 10% and 20% of visitors to your site.
Mar 20 '07 #4
On Mar 20, 6:26 am, "Michael Landberg" <goodmin...@hot mail.comwrote:
On 20 mrt, 10:46, "RobG" <r...@iinet.net .auwrote:
Michael Landberg wrote:
Hi
I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers??
Yes, somewhere around 5% to 15%.
Visit ZDNet with Firefox and Firebug or Safari and you will soon see
why people turn Javascript off (I do). If your site is dysfunctional
without scripting, be prepared to lose about 10% of visitors.
--
Rob

Hi

I just visited ZDNet with firefox but could not see any irritating or
strange things. What should I have seen?
Is there a good alternative for javascript? I use javascript to
validate fields. Is that possible in HTML? or another simple way?

Regards
Your server side code should also perform input validation (never
assume that your javascript will catch it) and upon failure simply
return back to the referring page. Then it really doesn't matter if
javascript is on or off. If it's on, great it gets caught on the
client. If it's off, the server will still handle it and return.
Mar 20 '07 #5
En las nuevas, el Michael Landberg escribió:
Hi

I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers?? I mean If
someone has disabled javascript they wont see some part of the
website.

Regards
....and dont forget the ability of browse your site using that rudimentary
browsers in the mobile phones.
None of them has Javascript.
Mar 20 '07 #6
In comp.lang.javas cript message <11************ **********@l75g 2000hse.go
oglegroups.com> , Tue, 20 Mar 2007 01:36:20, Michael Landberg
<go********@hot mail.composted:
>I am crewating a website using HTML and Javascript. The website can be
seen by everybody that has internet. Do I have to consider that some
people don't have javascript enabled in their browsers?? I mean If
someone has disabled javascript they wont see some part of the
website.
Not necessarily.

You could provide a site which was fully readable without script, but
which had additional site-navigation using script.

You could add a processing facility which they could see but not use.

You could even arrange that part of your site was only accessible (by
obvious means) to those who had scripting OFF.
Design your site so that it is worthwhile both with and without script;
and so that those who visit both with & without script don't get
confused by the differences. What and how you do depends on the general
nature of the site - remember that some who respond here will know only
of programming commercial sites for selling products directly /
indirectly, whereas others produce entirely different sites.

It's a good idea to read the newsgroup c.l.j and its FAQ. See below.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 IE 6
news:comp.lang. javascript FAQ <URL:http://www.jibbering.c om/faq/index.html>.
<URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
<URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.
Mar 21 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2035
by: christian9997 | last post by:
Hi We have started off using a $_GET parameter to keep track of the user's browser: We detect what browser the visitor is using when he first arrives on our website then we do a redirect to the same page adding on "&browser=IE" or "&browser=DOM" at the end of the url (and we keep the browser parameter in the URL the whole time he is on the website), this enables us to use the following PHP method:
16
11200
by: Craig L | last post by:
I use ASP to obtain data from a database and I have a piece of javascript code I use on my website. I want to use the database variables in my javascript. I'm not very familiar with javascript, but here is some info similar to what I'm trying to do. <% strFirstName=session("FirstName") ASP code strLastName=session("LastName") %>
2
1586
by: Ralph Krausse | last post by:
I want to create my own kind of counter, for myself. I have a resume page on my site. I want to know how many people go there but dont want to 'go there' myself because I don't want to increase the hit counter on that page. So I want to create a html page (that I only know about) that hold a hit count variable. When someone goes to my resume page, on the OnLoad() I want to go get that variable, increment it and write it out. So this...
6
4787
by: Erik Steffl | last post by:
I am trying to create a simple custom web spider using mozilla and javascript, the basic functionality is to open a website and then manipulate it using DOM (possibly opening links etc.). it seems like pretty easy task to do, the only pr0oblem is that I can't figure out how to wait for the website to load - I use mozilla security settings to be able to open the window and mainpulate it: var w = window.open("http://google.com", "google...
21
8544
by: hemant.singh | last post by:
Hello all, I am try'g to send window.location.href to the server script who will generate dynamic javascript according to the referral name comg in as param Now bcz <script language="javascript" src="NO JAVASCRIPT CAN BE USED HERE" /> So I am see'g If I can use eval todo something what I am doing I have tried almost everything, following is being last one
8
2855
by: Taras_96 | last post by:
Hi everyone, We' ve come to the conclusion that we wish the user to be directed to an error page if javascript is disabled <enter comment about how a webpage shouldn't rely on javascript here :) >. I've read quite a few posts on how to do this, but none meet my need (the two main suggestions was set a jsEnabled variable in a <scriptsection of the HTML and read it in PHP, and the other suggestion was by default loading the non js page,...
1
3202
by: simbarashe | last post by:
Hie could someone please help me with getting and using the current page url. I have a function that gets the url, I want to use it with header(location : XXX) but it wont work. The code is as follows: The code below is for the first page:session_start is in line 3 <link href="css/jobSheet.css" rel="stylesheet" type="text/css" /> session_start();
2
2468
by: davidson1 | last post by:
Hai friends..for menu to use in my website..i found in one website....pl look below website.... http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm i downloaded 2 files.... menuitems.js mmenu.js
3
9864
by: zac540 | last post by:
Hey everyone! First of all I'd like to say that I did my best to look for any other relevant posts. The best I found was this interesting thread.. http://bytes.com/forum/thread594982.html If it answered my question I am just to stupid to realize it I would like to apologize in advance. This is my very first attempt at using Javascript so any help at all is greatly appreciated. I read the W3Schools Tutorial on Javascript so that and some...
0
9530
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10182
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7552
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6793
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.