|
|
#1 (permalink) |
|
New Member
![]() Join Date: Jul 2008
Posts: 22
|
I have a page 'index.html' that have a framset with codes...
Code:
<html> <head> <title>Index</title> <frameset rows="20%,*" border="0"> <frame src="topBanner.html" scrolling="no" noresize="noresize"/> <frame src="welcome.html" scrolling="auto" noresize="noresize"/> <frameset> </head> <body></body> </html> Code:
<html> <head> <title>top</title> </head> <body> <H1><center>Welcome ... click <a href="others.html"> here </a> to view other pages</center></H1> </body> </html> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|