Click to See Complete Forum and Search --> : Linking two HTML files one with Data and one Display


Rkader
03-31-2007, 02:53 PM
Linking two HTML files one with Data and one Display.

I have a difficulty which I am unable to find an answer.

I have two HTML files.

One file holds Tables which are ID'd. (97 tables total)

http://alpm2.com/aircraft/AirCraftALPHA03.htm

The other file is a menu type which displays these files.

http://alpm2.com/aircraft/ACdisplaywinALL.htm

------------------
In order to decrease the size of the ACdisplaywinALL.htm I was seeking a way I could eliminate all the:
<a href="http://alpm2.com/aircraft/AirCraftALPHA03.htm#AB1">* Airbus * AB1</a>...etc. entries
and replace them with a common reference to the "AirCraftALPHA03.htm" file.
This way the Menu entry could be some thing like:
<a href="#AB1">* Airbus * AB1</a>

-------------------

The goal for the page is to end up with a series of drop down menus which would break up into a number of categories.

Any Ideas?

Fang
04-01-2007, 01:28 AM
Change the base:<base target="ACdisplay" href="http://alpm2.com/aircraft/AirCraftALPHA03.htm">and links:<a href="#AB1">* Airbus * AB1</a>