Click to See Complete Forum and Search --> : Including an ASP file within a HTML file


bazooka76
08-07-2003, 04:10 AM
Is there any means to include an ASP file within an HTML file.

I believe the SSI might work, which could eventually require me to change the HTML entension to SHTML extension.

Since there are lot of files to be renamed and links changed, is there any other means to do the same like using Javascript or Frames.

If it is possible, please let me know the details.

Thanks for any help

CrazyGaz
08-07-2003, 09:46 AM
Since this is your first post I'll go east on you. you know posting the same thing in two forums isn't the best way to get help, it is a good way to make enemies though :).

If you are unsure where to post a message then post it in one forum or another, if it is in the wrong forum it can be moved to the correct forum instead of having the same thing twice.

As for your question if you include ASP into HTML then the ASP will not do anything...including HTML into ASP is easy though.

<!--#include file="whatever.html"-->

Gaz.