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" /> <a title = "MiDAS Home" href="index.asp">MiDAS Home</a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Login" href="login.asp">Login</a>
<br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Latest News" href="latest_news.asp">Lat
est News </a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "About Us" href="about_us.asp">About Us </a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Evaluation Reports" href="evaluation_reports.a
sp">Evalua
tion Reports </a><a href="midas_forum/forum.as
p"><br>
</a><img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Definitions" href="definitions.asp">Def
initions</
a><br>
</a><img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Test Types" href="description_devicety
pes.asp">T
est Types </a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Online Tools" href="online_tools.asp">On
line Applications </a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <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" /> <a title="Technical Adverse Incidents"href="technical_
ai.asp">Te
chnical AIs</a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Partnerships" href="partnerships.asp">As
sociations
</a><br>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Useful Links" href="useful_links.asp">Us
eful
Links</a><br/>
<img src="images/button.gif" alt="" width="14" height="7" /> <a title = "Contact Details" href="contact_details.asp"
>Contact Us<br>
<br>
<br>
</a>
<img src="images/button_left.gi
f" alt="" width="14" height="7" /> <a title = "National Standard Methods Website" href="
http://www.hpa-standardmethods.org.uk" target="_blank">National Standard Methods
</a>
<img src="images/button_left.gi
f" alt="" width="14" height="7" /> <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.gi
f" alt="" width="14" height="7" /> <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-AE
6D-11cf-96
B8-4445535
40000" 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.s
wf">
<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-shockw
ave-flash"
width="100" height="22" ></embed>
</object>
</a><br>
</span><br/>
<br/>
</DIV>
Thaanks
Start Free Trial