-
Hello,
I am working on a web database project and got stumped with this question...
Can I include ASP and HTML code from another file within a page?
I would like to re-use an input form in several different pages. Basically have a header and various asp functions at the top of the page and then put a shared form below...
Thanks,
Scott
-
In your asp at the point where u wan to include the re-use code...use like this..
..............
.................
<!-- #include file="your.asp" -->
-------------------------------
------------------------------
your.asp has the code for the shared form.
Sonia