he had that in one of the 3 threads he started on the subject....
Figured he typo'd it and has it right in the actual code.
But good eye :}
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:u#$iwlHXDHA.2640@TK2MSFTNGP09.phx.gbl...[color=blue]
> Shouldn't it be:
>
> <!-- #include...
>
> Ray at home
>
> --
> Will trade ASP help for SQL Server help
>
>
> "Curt_C [MVP]" <Software_AT_Darkfalz.com> wrote in message
> news:OCEOaTHXDHA.1004@TK2MSFTNGP12.phx.gbl...[color=green]
> > 1) Stick to one thread PLEASE
> > 2) <! #include file="navbar.asp" --> is FINE
> >
> > Try replacing that navbar.asp with a SIMPLE one once... I'll bet it[/color][/color]
works[color=blue][color=green]
> > fine.
> > Odds are your navbar.asp simply has a bug in it
> >
> > --
> > ----------------------------------------------------------
> > Curt Christianson (Software_AT_Darkfalz.Com)
> > Owner/Lead Designer, DF-Software
> >
http://www.Darkfalz.com
> > ---------------------------------------------------------
> > ..Offering free scripts & code snippits for everyone...
> > ---------------------------------------------------------
> >
> > "Bill" <billzimmerman@gospellight.com> wrote in message
> > news:8da5f4f4.0308061541.4091c4fb@posting.google.c om...[color=darkred]
> > > I have perhaps not explained myself clearly, so I'll try it this way.
> > > In the code below, where it says "I'd like to include my navigation
> > > bar here" is the place I'd like to insert a navigation bar from a page
> > > I have called navbar.asp
> > >
> > > For some reason, when I insert the <! #include file="navbar.asp" -->
> > > in that place, I get an error, a long, hairy error. Can you please
> > > look at the code below, and tell me how I should write the code so
> > > that the include statement will work?
> > >
> > > No, I cannot include the error message, because the email crashes when
> > > I include it.
> > >
> > > Thanks,
> > > Bill
> > >
> > > response.write "<table border=1 align=center width=900>"
> > > response.write "<tr bgcolor=CC3300><td colspan=5 align=center><font
> > > face=verdana size=2 color=ffffff>Category ID goes here </td></tr>"
> > > response.write "<tr><td colspan=5 align=center>"
> > > response.write "I'd like to include my navigation bar here"
> > > response.write "</td></tr><tr bgcolor=ffffcc><td valign=top width=150
> > > rowspan=5>Categories Here</tr>"[/color]
> >
> >[/color]
>
>[/color]