I have 2 html pages
Page 1 and 2 have structure somewhat like this
<div id="a">
<div id="b">
</div>
</div>
now what i want to do is on a click event I want the div b of page 1 replaced by div b of page 2
could anyone help me on how to achieve this
Well since you gave me nothing to work on I will make it up from scratch: