jasonflo
01-21-2009, 04:03 PM
<a href="java script:showPage('_home.htm');" class="right">Home</a>
<a href="java script:showPage('_about.htm');" class="right">About</a>
<a href="java script:showPage('_portfolio.htm');" class="right">Portfolio</a>
<a href="java script:showPage('_contact.htm');" class="right">Contact</a>
This is the current code for some buttons on my site, I am improving the SEO so i wish to create a non javascript navigation option along the bottom of the site. i also want to create a site map. I have a main index page with a specific area where the content from other html documents are displayed. I am unsure how to link my index page with the other content in other html documents without using the java script:showpage code.
Thanks jason
<a href="java script:showPage('_about.htm');" class="right">About</a>
<a href="java script:showPage('_portfolio.htm');" class="right">Portfolio</a>
<a href="java script:showPage('_contact.htm');" class="right">Contact</a>
This is the current code for some buttons on my site, I am improving the SEO so i wish to create a non javascript navigation option along the bottom of the site. i also want to create a site map. I have a main index page with a specific area where the content from other html documents are displayed. I am unsure how to link my index page with the other content in other html documents without using the java script:showpage code.
Thanks jason