![]() ![]() |
7.6:H207005 Do not cause a page to redirect to a new URL.Improper designIf one have to use the automatic web address change function, ensure to provide the time frame as to when the address will be changed, and also provide text link to the new address thus to avoid browsers that do not have the automatic updating system. Below is an example of improper design of automatic transfer. Improper design: <HEAD> <META HTTP-EQUIV="Refresh" CONTENT="5;URL=ex.jsp"> </HEAD> <P>The website address is change, the webpage will automatically change to the new address.</P> End of example Proper demonstrationShould provide on the webpage the explanation and the text link to the new web address, this way can avoid unprepared automatic transfer to new address, and can prevent automatic transfer in unsupportive browser. Proper example: <P>strungstrung communication web address has changed, please link to<a href="http://www.strungstrung.com"> strungstrung communication</a> New website(www.strungstrung.com)¡C</P> End of example |
![]() |