S
success_ny
I cannot seem to find the answer to this rather simple question. Pardon
me if it looks illogial or silly.
Can I create a frame in the same page without referring to other html
files? I.e., I have a large dynamically created table in my JSP page. I
would like to place it inside the scrollable frame. If I put the whole
table into a separate file, I can easily do it by referring to that
HTML file from the 'src' attribute. But what if I want to create this
frame in the same page without referring to the outside html files?
I tried to place my table content inside the anchor link and then refer
to it from the frame like this:
<frameset cols="200">
<frame src="#framed" scrolling="yes" frameborder="1">
</frameset>
That obviously did not work.
Any ideas?
me if it looks illogial or silly.
Can I create a frame in the same page without referring to other html
files? I.e., I have a large dynamically created table in my JSP page. I
would like to place it inside the scrollable frame. If I put the whole
table into a separate file, I can easily do it by referring to that
HTML file from the 'src' attribute. But what if I want to create this
frame in the same page without referring to the outside html files?
I tried to place my table content inside the anchor link and then refer
to it from the frame like this:
<frameset cols="200">
<frame src="#framed" scrolling="yes" frameborder="1">
</frameset>
That obviously did not work.
Any ideas?