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
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'); ?>
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!
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
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?