Hey, Mario Yes, actually, there is a way to do this: see the following code: ... <tr> <td> <iframe src="Test.jsp"></iframe> </td> </tr> ... This way you can include any page you want in the <td> tag. I guess <iframe> is supported by Netscape, too, IE it's sure, i've used it many times. Best thoughts, Ovi