Ticket #121: frameset.html
File frameset.html, 413 bytes (added by , 18 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> |
4 | <title>FCKeditor Frameset</title> |
5 | </head> |
6 | <frameset cols="175,*"> |
7 | <frame name="left" src="left.asp" target="main" scrolling="auto"> |
8 | <frame name="main" src="/fckeditor/_samples/html/sample01.html"> |
9 | </frameset> |
10 | </html> |