lundi 28 août 2017

How can I combine split screens?

I used the frame tag to divide the screen into menu and main when programming the web. However, I want to show main only when I press a button in the menu and rejoin. How do I do this?

 1 <html>
  2 <head>
  3 <title>Example</title>
  4 </head>
  5 <frameset cols="20,90">
  6 <frame name="menu" src="menu.php">
  7 <frame name="main" src="about:blank">
  8 <noframes>
  9
 10 </noframes>
 11 </frameset>
 12 </html>



Aucun commentaire:

Enregistrer un commentaire