/    Sign up×
Community /Pin to ProfileBookmark

Java script disabled as default in IE 6.0

Hiya,

I’ve just built a site that uses java script for hyperlinks (see [url]http://jeti.com.au[/url]). I’ve just discovered that Windows XP now installs Internet Explorer 6.0 with java script disabled (as a default). This is a major concern!! Does any one have any handy design hints, especially in regards to designing rollovers for nav bars, to get around this issue?

Muchas Grathias in advance.

gg

to post a comment
JavaScript

5 Comments(s)

Copy linkTweet thisAlerts:
@fknMay 23.2003 — You could redirect users that doesn´t have Java enabled to another page using this script:

<script language="javascript" type="text/javascript">

if(!window.navigator.javaEnabled()){

//java pluggin is not installed

window.location = "nojava.htm

//redirect to the page

}
Copy linkTweet thisAlerts:
@CharlesMay 23.2003 — [font=georgia]You'll find that those links do not work for about 13% of users. (http://www.thecounter.com/stats/2003/May/javas.php) And some of those are good people who cannot use JavaScript because of their disabilities. Relying on JavaScript is very bad and even cruel. And in some places for some web sites it is against the law.

You ask for "handy design hints" well:
[i]From the Web Accessibility Initiative of the W3C:[/i]

[b]Images & animations:[/b] Use the alt attribute to describe the function of each visual.

[b]Image maps.[/b] Use the client-side map and text for hotspots.

[b]Multimedia.[/b] Provide captioning and transcripts of audio, and descriptions of video.

[b]Hypertext links.[/b] Use text that makes sense when read out of context. For example, avoid "click here."

[b]Page organization.[/b] Use headings, lists, and consistent structure. Use CSS for layout and style where possible.

[b]Graphs & charts.[/b] Summarize or use the longdesc attribute.

[b]Scripts, applets, & plug-ins.[/b] Provide alternative content in case active features are inaccessible or unsupported.

[b]Frames.[/b] Use the noframes element and meaningful titles.

[b]Tables.[/b] Make line-by-line reading sensible. Summarize.

[b]Check your work.[/b] Validate. Use tools, checklist, and guidelines at http://www.w3.org/TR/WCAG

[i]http://www.w3.org/WAI/References/QuickTips/[/i][/quote]

You'll note the seventh above, "Scripts, applets, & plug-ins. Provide alternative content in case active features are inaccessible or unsupported." In your case I would suggest that you make some index pages, one each for the links "Home", "Portfolio", "Special specials", "Wanna make some moolah?" and "Contact us" and then make those links real and pointing to the index pages. [/font]
Copy linkTweet thisAlerts:
@geek_grrrlauthorMay 26.2003 — Thanks very much for the information you provided.

In terms of specific hints, can anyone tell me how to create an html page that uses popup windows (like the ones at http://www.jeti.com.au) without employing Java Script?

Many thanks

GG
Copy linkTweet thisAlerts:
@AdamGundryMay 26.2003 — You can use target="_blank" in a hyperlink (<a> tag) to make it open in a new window, but this does not give control over the browser chrome like window.open() does.

Adam
Copy linkTweet thisAlerts:
@CharlesMay 26.2003 — [font=georgia]If you use the following method to open your links, then they will open in a new window for people who can tolerate that sort of thing and open in the same window for people who can not. And all will be right with the world.[/font]

[font=monospace]<a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=124,width=200'); return false">W3C</a>[/font]
×

Success!

Help @geek_grrrl spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...