Hi,

Can some one tell me the method of calling an .asp file into a web page with .html extention that too without using frames.

Regards

You cannot use include files in HTM or HTML files, You can use them only in SHTML, ASP, PHP pages, etc. - that support include files. Why not save the file as .asp ? then you can use this code <!-- #include file="filename.asp" --> place the code on the page where you want it or on the top if it is a db connection file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.