B
Bill
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>"
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>"