Filemanager for apache2 folder using iframe html command

 
two fullscreen panels

<iframe src="ip" width="100%" height="100%"></iframe>
<iframe src="ip" width="100%" height="100%"></iframe>

two panels on same screen

<iframe src="ip" width="50%" height="100%"></iframe>
<iframe src="ip" width="45%" height="100%"></iframe>

two panels on same screen mobile version

<iframe src="ip" width="100%" height="50%"></iframe>
<iframe src="ip" width="100%" height="45%"></iframe>



three panels

<iframe src="ip" width="100%" height="100%"></iframe>
<iframe src="ip" width="50%" height="100%"></iframe>
<iframe src="ip" width="45%" height="100%"></iframe>

four panels

<iframe src="ip" width="50%" height="50%"></iframe>
<iframe src="ip" width="45%" height="50%"></iframe>
<iframe src="ip" width="50%" height="50%"></iframe>
<iframe src="ip" width="45%" height="50%"></iframe>



place code between </body> elements

Kommentit