Dec 15, 2002 #1 210760 Programmer Dec 15, 2002 1 GB Is there any proven method to place include files on HTML page. I have tried <!--#include file="some.shtml"--> it did not work. Can anyone help? Thanks
Is there any proven method to place include files on HTML page. I have tried <!--#include file="some.shtml"--> it did not work. Can anyone help? Thanks
Dec 15, 2002 #2 Falcon99 Programmer Dec 3, 2002 164 US I believe Include is ASP specific so it won't work in an HTML page. You would need to use something like a javascript link tag <LINK rel="stylesheet" type="text/css" href="include/stylesheet.css" title="style1"> for instance. HTH Upvote 0 Downvote
I believe Include is ASP specific so it won't work in an HTML page. You would need to use something like a javascript link tag <LINK rel="stylesheet" type="text/css" href="include/stylesheet.css" title="style1"> for instance. HTH
Dec 15, 2002 #3 baddos MIS Dec 3, 2002 2,360 US This will work on a .shtml, but not a .html page. Upvote 0 Downvote