<link> to a html file doesn't work???

liunx

Guest
Hello, I'm tring to break out of using frames for a navigator, and made a seperate file "Navigator.htm" instead. Well, I wanted to include this file instead of copying all the code for it into every page, which would kill me if I changed the Navigator later. My HTML book says I can use this:<br />
<br />
<link href=http://www.webdeveloper.com/forum/archive/index.php/"Navigator.htm" type="text/html"><br />
<br />
in the head tag to include the file. Well, when I run the page, nothing happens... Am I doing something wrong? My page that is including the Navi is simply:<br />
<br />
<html><head><title>Testing 1 2 3</title><br />
<link href=http://www.webdeveloper.com/forum/archive/index.php/"Navigator.htm" type="text/html"></head><br />
<body><br />
Blaa Blaa Blaa is Blaa times Blaa<br />
<br />
Thanks for any help.<!--content-->http://forums.webdeveloper.com/showthread.php?threadid=32476<!--content-->Thanks for the info but there is still one little BIG problem. My poor old stupid crusty server service does not allow sever side stuff. Am I officially doomed now? Why does my not very cheap html book lie? Did you direct me to that post because that is the only way, or simply one of the ways?<br />
<br />
Sorry for all the questions, the last one is the only important one.:)<!--content-->Those really are the only way to go. Most free hosts allow Perl (PHP), if yours doesn't, just move :)<!--content-->or they allow asp<!--content-->I'll agree with ya there. Since the release of ASPX many WPP's have started offering ASP Classic on free accounts :)<!--content-->Though it's better to avoid proprietary technologies. PHP would do the job much better.<!--content-->True :) I only use ASPX b/c I've coded in BASIC since I was 10 (23 now)<!--content-->Hey guys, thanks for the help. After experimenting for a while, I found I could use includes. When the WinSave guy gets back from his 24 hour lunch brake, I will be sure to thank him for the wonderful text support.:mad: <br />
<br />
O well, thanks anyway.<!--content-->
 
Back
Top