jimmythegeek
Programmer
If I open the following file, it works fine:
netbar_portable.html
I have tried all of the below includes in my index page, to no avail, the netbar page (basically a navigation bar) does not appear.
<!--#include virtual="netbar_portable.html"-->
<!--#include file="netbar_portable.html"-->
<!--#include virtual='netbar_portable.html'-->
<!--#include file='netbar_portable.html'-->
<!--#include virtual="netbar_portable.asp"-->
<!--#include file="netbar_portable.asp"-->
By the way, what is the difference between include virtual and include file?
Thanks for any insight.
Jim Lunde
compugeeks@hotmail.com
Custom Application Development
netbar_portable.html
I have tried all of the below includes in my index page, to no avail, the netbar page (basically a navigation bar) does not appear.
<!--#include virtual="netbar_portable.html"-->
<!--#include file="netbar_portable.html"-->
<!--#include virtual='netbar_portable.html'-->
<!--#include file='netbar_portable.html'-->
<!--#include virtual="netbar_portable.asp"-->
<!--#include file="netbar_portable.asp"-->
By the way, what is the difference between include virtual and include file?
Thanks for any insight.
Jim Lunde
compugeeks@hotmail.com
Custom Application Development