This topic is locked

Scrolling depth in frame for Show All

7/28/2005 8:46:33 AM
ASPRunnerPro General questions
W
workingfool author

Gathering a lot of data in a verticle format, Show all records view is set at 5 records but still can't scroll to the bottom in a frame. IE cuts off more than Firefox but requires a scrolling wheel on the mouse to get down to the lower records. Where might I include code to show more depth and allow scroll barscrolling down to where the page selection resides?
I could just set it to 2 records per page (the third gets cut off using IE) but if there is a way to get to the bottom without doing that, it would be wonderful.

Sergey Kornilov admin 7/28/2005

Hi,
can you give me a URL to the page where you experience scrolling problems ?

W
workingfool author 7/28/2005

I have a new approach because it is corporate secure intranet. I will ask it to launch the control panel page (after login) in a target="_blank" to see if I can escape the iFrame setting that way. It is a limitation in the frame template byond my control.
Now, perhaps you can tell me where I would put the target="_blank" in order for the login screen "submit" to take user to the control panel in a new blank page outside the template frameset like I do for other generic links and downloads.
I could take the whole asp set out of the frame by doing that in my html link page, but I like the look of the login screen still being within the template/frame, rather than just bare.
Thanks!

Sergey Kornilov admin 7/29/2005

You can set it as a FORM target:

<form target=_blank ...