Skip to main content
Participant
December 24, 2007
Question

PopUp with no Scrolling

  • December 24, 2007
  • 2 replies
  • 690 views
Hi,
I use PopUps and I choosed Display in custom sized pop-up (under Hyperlink options).
I Give the pop-up window fixed size.
When I click on the hyperlink everything is just fine except that I got scroll bars.
Is there any way to get rid of the scroll bars?
The TrueCode:
<a href="javascript:BSSCPopup('5_2_1_Field_Types.htm#Link_Field',250,150);"
id=a1>Link Field</a>
Can I sent the BSSCPopup method "scorll=no" parameter or somthing like this??
Thanks in advance.
Eitan
This topic has been closed for replies.

2 replies

RoboColum_n_
Legend
December 24, 2007
In that case eitans the only way to handle this is to have the few sentences in a topic of their own. There is no way to limit the display of the popup to only some of the content.
Captiv8r
Legend
December 24, 2007
Hi all

There is a small tweak you could make to the popup topic. If you edit the TrueCode (The HTML behind the page) you should find a tag labeled <body>. And if you amend it to read <body scroll=no>, the popup topic should be devoid of scroll bars.

Just a thought... Rick
eitansAuthor
Participant
December 25, 2007
Hi,
It's disable the scroll bars but...
The topic that contains the bookmark is too big so I need the scroll bars at the original page (source one).
Anyway, Thanks a lot.
Eitan
RoboColum_n_
Legend
December 24, 2007
Hi Eitan and welcome to the RH community. All you need to do is set the width and height popup values to the required values. Scroll bars are automatically displayed if the content of the file you are linking to is too big to display in the size of popup window you have specified.
eitansAuthor
Participant
December 24, 2007
Hi Colum ,
The hyperlink of the Pop-up referenced to a bookmark inside a page.
I want to show few sentences of the page (only my bookmark).
I don't want to let the user to see more than the few sentences, that why I want to disable the scroll bars.
Thanks.