How to target a DIV like in frames

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • katabs robs
    New Member
    • Jan 2012
    • 1

    How to target a DIV like in frames

    I have developed web pages using DIVs. I would like to develop it in such a way that if a user clicks a menu option in the top DIV, the content appears in the main DIV in the middle of a page. Please help me
  • C CSR
    New Member
    • Jan 2012
    • 144

    #2
    Do your divs have ID's. There's getElementByID and innerHTML. Do you work with the 'javascript." Specify the content you intend to reveal so us folks can determine the practicality of a solution. (please?)

    Comment

    • danp129
      Recognized Expert Contributor
      • Jul 2006
      • 323

      #3
      Have you tried an IFRAME?

      Comment

      • edallmighty
        New Member
        • Jan 2012
        • 2

        #4
        Try using PHP includes in the div's

        Comment

        Working...