basta che metti un frame invisibile e uno che occpua tutto il resto della pagina...
codice:<html> <head> <title></title> </head> <frameset rows=”0, *” cols="50%, 50%"> <frame src=""> <frame src="homepage.html"> </frameset> </html>
basta che metti un frame invisibile e uno che occpua tutto il resto della pagina...
codice:<html> <head> <title></title> </head> <frameset rows=”0, *” cols="50%, 50%"> <frame src=""> <frame src="homepage.html"> </frameset> </html>