WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Redirect without browser interaction

for

From: Ezra Freelove
Date: Mar 9, 2004 9:13AM


Tag-based redirects are clunky and given the proper timing require skilled
mouse usage to move backwards. That is what this checkpoint wishes for you
to avoid. As a broader interpretation, any redirecting technology which
makes it difficult for users to nagivate backwards should be avoided.

Server-based redirections are more seamless in that the "bad" page is never
loaded by the web browser. Should the user use the back button, then they
could go back a page. From my experience with Perl, it also appropriately
redirects without caching the middle man page.

Seems to me it would be more efficient to use the power of ASP or PHP to
detect the language used by the browser and pull the appropriate content. In
effect the web page becomes simply a framework of the overall design. The
appropriate content is delivered from HTML chunks. The appropriate chunks
could also be reused on multiple pages simplifying maintenance.

Also, have links available to allow the person to switch as appropriate.
While someone may have a computer set to default to English, they may prefer
to read it in French?

Ezra S Freelove
Computer Support Specialist, Webmaster
Microcomputing and System Support, Web Services
Information Technology
Valdosta State University | Ph 229-333-5974
http://www.valdosta.edu/~esfreelo/ | <EMAIL REMOVED>




-----Original Message-----
From: <EMAIL REMOVED> [mailto: <EMAIL REMOVED> ]
Subject: Redirect without browser interaction

<snipped> My question is:
does the browser's response to HTTP 302 code contravene checkpoint 7.5 or is
7.5 specifically refering to (pardon any syntax errors) <meta
http-equiv="refresh" content="url: time in seconds">. I was also informed
that PHP's equivalent header("Location: index.php") also sends the 302 code.

Thanks,

Jules


----
To subscribe, unsubscribe, suspend, or view list archives,
visit http://www.webaim.org/discussion/