Hi all;
I did research on the internet but couldnt find out how to make a script to create dynamic web page with asp.
Hmmm I'm trying to explain what it is...because my english isn't good enough.
For example:
I have Index.asp(including header and footer) web page and I also have many other pages like contact.asp, sitemap.asp in another Folder (called it Page folder).
So i would like to call these pages in Page folder out with the link like (URL address blocked: See forum rules)/index.asp?page=contact or (URL address blocked: See forum rules)/index.asp?page=sitemap. and if they are called, the content of contact.asp will replace in the BODY of index.asp instead of index.asp content.
How can i do that?
well if any of you know PHP then this is the example:
or
Please help
Thank you very much