Hi again guys, I have a situation I can't figure out!
I have a page that is going to pull records from an
ms access database. The records are going to display
items that are for sale for an event rentals company,
used equipment they are selling off. They can input
the items into the database, however, the limit of
250 characters is not adequate for the next thing
that I want to accomplish.
There is going to be a link for each item that is going
to open a pop up window with more info about the item.
I want to enable my client to put a page (for each item)
in a folder that will hold this info. I want to name the file
for each item with the item's Stock Number (ex: 4556.inc)
and then pull this file into the pop up file. (Hope this
explanation makes sense.)
This way the file name for the include inside the pop up
window can be dynamically generated. Everything is fine,
except, I can't get the include to work.
Here is what I am doing..
<!--#include file=<%= objRS("StockNo") %>.inc-->
I wrap this in <p> tags and there you have it.
I am getting this error message with this:- Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file '<%=' was not found.
/newsite/used/notespage.asp, line 39
notespage.asp is the pop up page that should load the .inc file inside of it.
Any opinions, direction, is appreciated..
Thanks