how to create dual window in html without frames concept

Discussion in 'HTML & Website Design' started by rawmesh, May 4, 2010.

  1. #1
    hi every body ,

    this is ramesh . i need ur help regarding creation of dual window in a single html page without using frames concept .. and if i create a button in one window then the ation should be done in other window .........

    can anybody help regarding this issue .

    by e
    ramesh
     
    rawmesh, May 4, 2010 IP
  2. Keppy

    Keppy Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can do this using <DIV>
     
    Keppy, May 4, 2010 IP
  3. randywolf244

    randywolf244 Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if you want you could easily make on using iframes
    whichs is more vicually appealing than frames
     
    randywolf244, May 12, 2010 IP
  4. lukefowell89

    lukefowell89 Peon

    Messages:
    182
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The simpliest way to do this is to use PHP. This way you could use an "include" function to include both pages. According to the browser they are on the same page, and this would make performing actions on both very easy. It is a simple PHP function.

    <?php include('filename'); ?>
     
    lukefowell89, May 12, 2010 IP
  5. swashata

    swashata Member

    Messages:
    86
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #5
    You want action of one portion to be displayed on other right? Basically that sounds like an AJAX and PHP job... Creating two columns [what you referred as windows] is not a big deal in HTML... But I need to know what exactly u r upto! Then I may be able to help u!
     
    swashata, May 13, 2010 IP
  6. wimpheling

    wimpheling Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    you can use divs but you have to set them correctly in CSS

    for frame-like behavior you would need to have a fixed height and width and set overflow to scroll
     
    wimpheling, May 13, 2010 IP
  7. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #7
    Are you sure you know what you're talking about?

    Ramesh, swashata is right about it sounding like you're after an Ajax powered page. Are you looking for simple links to open in the same window inside a predefined area?
     
    Clive, May 13, 2010 IP
  8. Jack Daniel

    Jack Daniel Guest

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    u can use div or ajax.
     
    Jack Daniel, May 13, 2010 IP