Call one html file from another

Posted by Ankita on Stack Overflow See other posts from Stack Overflow or by Ankita
Published on 2010-05-11T09:57:30Z Indexed on 2010/05/11 10:04 UTC
Read the original article Hit count: 204

Filed under:

I want to call one html page fron another in a div.

I tried using

<include file="NavigationTree.html" />

and

<? include("/starfix/pages/NavigationTree.html"); ?>

But it doesn't work. Am I doing something wrong or do i need to do it some other way?

© Stack Overflow or respective owner

Related posts about html