i m using html5 and want to create page like master page in asp, i m craete page index.html and mainpage.html and want to call on click of link that exist in index page include mainpage.html. i use code on index page :
<!--#include virtual="mainpage.html" -->
but when we run index page it will show blank page
Can anyone please help me
In the include tag file extension is always .shtml and Check server-side include tags are enabled in the web server.