I am slightly new at web design and HTML,JS,CSS.
-I created a page with basic header,navigation bar,image slider and basic sections.Home page is looking like this atm; http://i65.tinypic.com/98a4gh.jpg
I wanted to open "Programs" section as an empty page with just same header.So I copied codes and created a new html file and linked it for "Programs";
<li><a href="example.html#section1" class="sec" name="section1">Programs</a></li>
As you know It opens a new html file in same tab with empty body ( "example.html#section1" contains an empty body) ( http://i68.tinypic.com/dorzfk.png)
The question is ; Is there way to create direct link of the section (with any of languages)?.I mean it shouldn't use a new html file or iframe. I have spent so much time for searching but I think I couldn't search it right. T_T