I have problems right now. First of all, I have a page, let me call it "http://blah.com/login".
This obviously goes towards "index.asp"
Main.asp line:
The top of the page includes everything I need for my menu ... like this:
Part of the /menu.htm resource:
<div id="colortab" class="ddcolortabs">
<ul>
<li><a href="main.asp" title="Main" rel="dropmain"><span>Main</span></a></li>
...
</ul>
</div>
<div id="dropmain" class="dropmenudiv_a">
<a href="main/announcements.asp">Announcements</a>
<a href="main/contacts.asp">Contact Information</a>
<a href="main/MeetingPlans.asp">Meeting Plan</a>
<a href="main/photos.asp">Photo Gallery</a>
<a href="main/events.asp">Upcoming Events</a>
</div>
Let's say I click on the "Ads" link (http://blah.com/login/main/announcements.asp) ... Now I'm on the ads page! But wait, I am including the same menu file. Guess what happens: I go to the site http://blah.com/login/main/main/announcements.asp which does not exist ...
:
include_sub.asp .
... , ... , "menu.asp" "menu_sub.asp"? "/main/announcements.asp" , -, .