Page Relocate

Thank you all for the Screen Reader issue. Now, page relocate. I know two
ways of doing this: HTML & JS.

 

HTML:

<META HTTP-EQUIV=Refresh CONTENT="0; URL=test.htm">

 

JS:

Window.location.href="test.htm";

 

My reason for relocating is on all my pages, I have a menu. Instead of
changing one of the menu links on each page and uploading each page every
month, I thought I could just take a single page and have it relocate. That
way, only one page has to be uploaded each month. And the menu link goes to
the page with the relocation code. I've heard you should stay away from
relocating. I see why via screen reader; it doesn't read the relocated page
once loaded. Is there another way?

 

Sincerely,

Ryan Jean

Assistant IT Specialist

The Disability Network

Flint, MI

 

 

Received on Wednesday, 27 August 2008 14:35:00 UTC