-
asp in .html
Hi,
The homepage of my website is index.htm. Can I add ASP codes in that html file keeping the .htm extension?
I saw many such html files contain form object and buttons (e.g. Login, Search, Hit Counter etc.) . How can I do that?
Can anyone help me with a small example?
-
Re: asp in .html
I have no Front page server extension support in my web.
-
Re: asp in .html
Perhaps try investigating the #include tag in HTML.
-
Re: asp in .html
If your web server supports ASP, then they will let you set the home page. Try to see whether default.asp or index.asp is what works.
-
Re: asp in .html
If your web server is VBscript ASP, then you can duplicate your index.htm page with index.asp and update the links in your site that takes you home (hopefully, you have the sense to use include files so if you change anything such as this, it makes your ife easier, if not however, just validate the links, then change them. Dreamweaver is the quickest for doing this, not sure about Front age, GOLive, etc but I assume they will perform the same functions.
ta for now.
Kai