- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
2 Posted Topics
[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Web with Frames</title> </head> <frameset rows="46,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" /> <frame src="content.html" name="contentFrame" id="contentFrame" /> </frameset> <noframes><body> </body> </noframes></html> [/CODE] [B]Download this FILES (Example Frames)[/B] [URL="http://almacen.tmbteam.com/file.php?file=e83bd51fcc2de4d2fade674e269e4834"]http://almacen.tmbteam.com/file.php?file=e83bd51fcc2de4d2fade674e269e4834[/URL]
I need to print a table shown, ie, they see the frames of the rows and columns.
The End.
webmasterd