Advertisement

09.13.2005 at 04:26AM PDT, ID: 21559453
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

SSI Problem

Asked by patelajk in Hypertext Markup Language (HTML)

Tags: , , ,

Hi

I seem to be having a problem with SSI on my website

I have a SSI file used for navigation, make a link to this file on my web page and it works fine

The problem I am getting is when i have a folder in the root of my folder

E.g if my link is http://localhost/midas/index.asp - This is fine and the include works fine and so do the links

However if my link is http://localhost/midas/folderone/index.asp - Then the links don't work

I problem is that in http://localhost/midas/folderone/index.asp, when you hover over the a link the it reads http://localhost/midas/folderone/page.asp instead of http://localhost/midas/page.asp which is the correct one.

I hope you can understand this, as it is hard to explain.

The code for the SSI file is:

<style type="text/css">
<!--
.style9 {
      color: #FF0000;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 9pt;
      font-weight: bold;
}
-->
</style>
<DIV id=navigation>  <a name="navigation"></a>  

<img src="images/underline_nav.gif" alt="" width="155" height="21">
 
  <p><img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "MiDAS Home" href="index.asp">MiDAS Home</a><br>
    <img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Login" href="login.asp">Login</a>    <br>
  <img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Latest News" href="latest_news.asp">Latest News </a><br>
   
             <img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "About Us" href="about_us.asp">About Us </a><br>
             
      <img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Evaluation Reports" href="evaluation_reports.asp">Evaluation Reports </a><a href="midas_forum/forum.asp"><br>
</a><img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Definitions" href="definitions.asp">Definitions</a><br>
</a><img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Test Types" href="description_devicetypes.asp">Test Types </a><br>
<img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Online Tools" href="online_tools.asp">Online Applications </a><br>
<img src="images/button.gif" alt="" width="14" height="7" />&nbsp; <a title = "How you can help" href="howyou_canhelp.asp">How you can help</a><br>
 <img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title="Technical Adverse Incidents"href="technical_ai.asp">Technical AIs</a><br>
<img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Partnerships" href="partnerships.asp">Associations</a><br>
<img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Useful Links" href="useful_links.asp">Useful
Links</a><br/>
<img src="images/button.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Contact Details" href="contact_details.asp">Contact Us<br>
<br>
<br>

</a>
<img src="images/button_left.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "National Standard Methods Website" href="http://www.hpa-standardmethods.org.uk" target="_blank">National Standard Methods
</a>
<img src="images/button_left.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a title = "Quality Control Reagents Website" href="http://www.hpa.org.uk/srmd/div_esl_qcu/index.htm" target="_blank">Quality Control Reagents</a> <br>
<img src="images/button_left.gif" alt="" width="14" height="7" />&nbsp;&nbsp;<a  title = "Quality Systems Website" href="http://www.hpa-quality.org.uk" target="_blank">Quality System </a><br>
  <br>
  <span class="style9"><a href="contact_details.asp">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22">
    <param name="movie" value="flash/search_site.swf">
    <param name="quality" value="high">
    <embed src="flash/search_site.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed>
  </object>
  </a><br>
  </span><br/>
    <br/>
</DIV>


Thaanks
Start Free Trial
[+][-]09.13.2005 at 04:42AM PDT, ID: 14870684

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.13.2005 at 04:57AM PDT, ID: 14870760

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Hypertext Markup Language (HTML)
Tags: ssi, _blank, button, problem
Sign Up Now!
Solution Provided By: Mennovdh
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32