Jump to content

frame in div


Komikio

Recommended Posts

Does anybody know how to embed a frame in a div container?This works for example:

<div>  <FRAMESET ROWS="*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>    <FRAME SRC="http://www.google.com">  </FRAMESET><noframes></noframes></div>

but if we have multiple divs (as is normal for a website designed with css), it fails:

<div>  <div>    Test  </div>  <div>    <FRAMESET ROWS="*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>      <FRAME SRC="http://www.google.com">    </FRAMESET><noframes></noframes>  </div></div>

For everybody who's wondering why I want to embed a frame in a div container: I intend to use it for opening an FTP window in. If there is a simpler way to do this with regular divs, please tell me, for I haven't found a way yet.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...