PC Review


Reply
Thread Tools Rate Thread

Creating a scrollable Frame in the same page

 
 
success_ny@yahoo.com
Guest
Posts: n/a
 
      6th Dec 2005
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?

 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a
 
      6th Dec 2005
Confused????

The only thing I can think of is...

Insert> Inline Frame... Then link to your source page..

B
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
|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?
|


 
Reply With Quote
 
=?Utf-8?B?SmltIEJ1eWVucw==?=
Guest
Posts: n/a
 
      6th Dec 2005
Not a frame, but a DIV.

Add your table to the page, then surround it with tags like:

<div style="overflow:scroll; height:500px; width:500px; border:1px #000000
solid;">
<!-- your table goes here -->
</div>

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
o--> Microsoft Visual Web Developer 2005 Express Edition: Build a Web Site
Now!
o--> Microsoft Office FrontPage 2003 Inside Out
o--> Microsoft Windows SharePoint Services Inside Out
o--> Faster Smarter Beginning Programming


"(E-Mail Removed)" wrote:

> 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?
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a control with borders around scrollable content Rune Jacobsen Microsoft C# .NET 1 15th Jul 2006 04:26 PM
scrollable image frame? =?Utf-8?B?QnJvb2s=?= Microsoft Access Form Coding 4 4th Jan 2006 04:45 AM
Creating a scrollable screen with input =?Utf-8?B?UmlnYQ==?= Microsoft Dot NET Compact Framework 1 3rd Aug 2005 11:33 AM
Creating a scrollable container control Roger Microsoft Dot NET Framework Forms 3 9th Jun 2005 07:27 PM
Scrollable Frame =?Utf-8?B?SmFtZXMgVy4=?= Microsoft Excel Programming 1 22nd Feb 2005 09:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:36 PM.