HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am working on a system where full pages content is saved in database i.e
<html>
<head>
<title></title>
-- Javascript include files --
</head>
<body>
--- Content ---
--- asp include files containing HTML ---
</body>
</html>
And these pages from database, are then called on website. i.e
"SELECT PAGE_CONTENT FROM tblContent"
RESPONSE.WRITE(PAGE_CONTENT)
The problem is using this technique, the asp include files are not working and are not showing the content within them.
So how can I execute the include file?
mmmmm - first time in the client side forum for me. The first post I see is one I have spent time answering 2 minutes ago - in the ASP How to section. Why take more peoples time than you need? Please dont cross post.