I published my website and it creates the code below code:
The url's are not the same, see the marked url's. If I click on the link, I go to the wrong webpage. http://en.wikipedia.org/wiki/The_Football_Association is the right url. I want make a javascript file that reads the A tags and so he can copy the right url on the A HREF.
The url's are not the same, see the marked url's. If I click on the link, I go to the wrong webpage. http://en.wikipedia.org/wiki/The_Football_Association is the right url. I want make a javascript file that reads the A tags and so he can copy the right url on the A HREF.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML lang="en"> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <LINK HREF="CollapsibleList.css" REL="stylesheet" TYPE="text/css"> <SCRIPT TYPE="text/javascript" SRC="CollapsibleList.js" ></SCRIPT> <TITLE>Documents Wiki Football</TITLE> <META NAME="author" CONTENT="UAU106"> </HEAD> <BODY> <A NAME="Topofpagedocuments1htm"></A> <H2>Documents Wiki Football</H2> <H3>Link: <A HREF="Http://en.Wikipedia.Org/wiki/the_football_association">http://en.wikipedia.org/wiki/The_Football_Association</A></H3> <HR> <P> <A HREF="#Topofpagedocuments1htm">Go to Top of This Page</A>| <A HREF="Index.Htm">Return to the Contents Page</A><BR><SMALL> Created from the Test on 12-1-2010 at 13:41</SMALL></P> </BODY> </HTML>
Comment