Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<head>

<base target="body"/>
</head>

<body>

<div id=wrapper>

	<div id=header>	
	    Header goes here
	</div>

	<div id=NavMenu>
 	   <nav id="dropdownmenu">

                <li> Mail
            
                <div class="column">
                    <a href="#">Mail1</a>
                    <a href="#">Mail2</a>
                    <a href="#">Mail3</a>
                    <a href="#">Mail4</a>
                                     
                </div>
            
                </li>
            </nav> 
        </div>

        <div id=left-menu>
               <a href="test1.htm">click to test</a>
        </div>

        <div id=content>
		<iframe name="body" width="500" height="300">
		</iframe>
        </div>

        <div id=footer>Footer goes here</div>
</div>


This is the index page with some content like image slider,scroll news etc.
i have a nav bar and left menu .whenever i click on alink in nav bar,left menu i want the respective content to replace the content of index page ie slider,new scroler giveny content div tag
here i am using a iframe to display the content of any hyperlink to display in content placeholder.
Is there any other way out where in whichever link i click,respective page is displayed in content area denoted by div id=content
Hope i'm clear.
Kindly guide me.
Posted
Updated 23-Sep-13 7:45am
v2
Comments
Akinmade Bond 25-Sep-13 19:26pm    
The content of what? And BTW, do you use JQuery?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900