I'm a bit too lazy to wade through the above messags but it sounds like there was a Firefox issue and talk of plug-ins and ActiveX. Not sure what got adjusted or not but I just visited
http://uk.geocities.com/l_b_h@btinternet.com/Updated_SFOS_Static/ShipList.htm
with Firefox and all of the links off of there do not work. The reason they don't is that you have a backslash before the page name in the url instead of a forward slash. So for the Hyperion MC you have
http://uk.geocities.com/l_b_h@btinternet.com/Updated_SFOS_Static/Earth_Alliance\Hyperion-MC.htm
the end of the url should be Earth_Alliance/Hyperion-MC.htm
If you try to go to the link you'll get the error. You'll see that the backslash has been transcoded to %5C. If you replace that with the / (forward slash) manually the link url will work fine in FF.
http://uk.geocities.com/l_b_h@btinternet.com/Updated_SFOS_Static/ShipList.htm
with Firefox and all of the links off of there do not work. The reason they don't is that you have a backslash before the page name in the url instead of a forward slash. So for the Hyperion MC you have
http://uk.geocities.com/l_b_h@btinternet.com/Updated_SFOS_Static/Earth_Alliance\Hyperion-MC.htm
the end of the url should be Earth_Alliance/Hyperion-MC.htm
If you try to go to the link you'll get the error. You'll see that the backslash has been transcoded to %5C. If you replace that with the / (forward slash) manually the link url will work fine in FF.