how i can put iframe on top of other iframe in html,
i am trying to do is as follows
there is a iframe of size 100px by 100px having src as web1.html
and when i click a button outside the iframe new iframe should come up on top of the frist one of size 200px by 200px havinf src as web2.html
how this can be done ?