473,397 Members | 2,116 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Displaying content of every hyperlink to a common div

20
Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <head>
  3.  
  4. <base target="body"/>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <div id=wrapper>
  10.  
  11.     <div id=header>    
  12.         Header goes here
  13.     </div>
  14.  
  15.     <div id=NavMenu>
  16.         <nav id="dropdownmenu">
  17.  
  18.                 <li> Mail
  19.  
  20.                 <div class="column">
  21.                     <a href="#">Mail1</a>
  22.                     <a href="#">Mail2</a>
  23.                     <a href="#">Mail3</a>
  24.                     <a href="#">Mail4</a>
  25.  
  26.                 </div>
  27.  
  28.                 </li>
  29.             </nav> 
  30.         </div>
  31.  
  32.         <div id=left-menu>
  33.                <a href="test1.htm">click to test</a>
  34.         </div>
  35.  
  36.         <div id=content>
  37.         &lt;iframe name="body" width="500" height="300">
  38.         &lt;/iframe>
  39.         </div>
  40.  
  41.         <div id=footer>Footer goes here</div>
  42. </div>
  43.  
  44. </html>
  45.  
  46.  
here i am using a iframe to display the content of any hyperlink to display in content placeholder.
Is there any other better 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.
Sep 23 '13 #1
1 1514
nomad
664 Expert 512MB
Another way is get rid of the iframe and use a stacking order using AP DIV and then hiding the ones you don't want to show.
Each AP DIV will have to be on top of each other.
It alot of work and can be very difficult to figure out.
Sep 30 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: jose.mendez22 | last post by:
I'm trying to fire a pop-up window before I execute a lengthy stored procedure so I may utilize this window as a status window on number of records executed. After my response.write statements...
0
by: rakesh_cool12 | last post by:
Myself doing one form based application. where there will be one textbox. when i enter 1st letter in that textbox it will display all the website start with that letter in that form . i am doing...
2
by: pooja.mishra | last post by:
Hi, I wanted to display content of C file in browser. Can anybody help me out?
4
by: cathy | last post by:
Hi All, I am having problems displaying content relevant to the option selected in a drop-down menu. I have an xml document which is running content through Flash and I need to have the same...
0
by: Chris Davoli | last post by:
I'm using Visual Studio 2005 to build my web pages. This works fine except for using the VS2005 design mode and inserting panels to not display some rows (before and after TR tags), it won't show...
2
by: Mike P | last post by:
How do you display the content of an HttpWebResponse object on an ASP.NET web page? *** Sent via Developersdex http://www.developersdex.com ***
0
by: Mike P | last post by:
How do you display the content of an HttpWebResponse object on an ASP.NET web page? *** Sent via Developersdex http://www.developersdex.com ***
3
by: Uriah Piddle | last post by:
Hi Gang, in VS 2005, I have an Asp:Hyperlink in a GridView TemplateField. I am trying to figure out how to make the text of the hyperlink wrap to the next line if it is too long. Setting the...
5
by: Terry | last post by:
Hi folks. I was wondering if anyone is aware of any pure css methods of displaying content based on what the user clicks on or mouses over. I am considering creating a menu for my restaurant...
3
by: knkk | last post by:
I have 2 sites, example.co.in and example.com, hosted on 2 different servers (I have all access details for both). When someone accesses example.co.in/a/b.php?c=d, I want it to show the HTML of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.