Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include ASP page in HTML Page

Status
Not open for further replies.

yajmere

Programmer
Jan 3, 2002
12
0
0
US
I have an ASP page which does some database validation.
I get HTML page from outside source. I want to include my ASP page in HTML pages.

How can I include ASP page inside HTML Page?

Thanks in advance
 
Include your asp validation code above the <html> tag so it's processed first.


--------------------------------------------------------------------------------
aka.bmp
 
Hi
Thanks for your time to reply to this question. I know that you can include ASP routine before &quot;<HTML>&quot;.
Also that you can include files in ASP using
<!--#include file=&quot;../includeBETA/databaseconnect.inc&quot;-->

But I have an ASP page, which creates menus from values & links in database. THis page I want to include on the top of every HTML page. Is their any way I can include this on the top of every page?


Thanks Again!
 
The only I have done in the past is by creating a template of the page in use and making all my pages from the template...


--------------------------------------------------------------------------------
 
what is the syntax of including asp page into html page?

i try to include this before the <HTML> tag

<!--#include file=&quot;HitsCounter.asp&quot;-->

but nothing happen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top