How to display an alert with a scroll bar |
| |
|
|
|
New Poster Posts: 3 Topics: 3
|
|
|
November 09, 2009, 01:41:26 AM
|
|
Dear all,
How to display an alert message with a scroll bar attached?!!.
If this is not applicable, then how to display a popup message with a scroll bar, which acts completely as an alert message in its behaviour, meaning that the user can not act on the page except when he confirms the alert?!!
Thanks in advance
|
|
| |
|
|
|
New Poster Posts: 3 Topics: 0
|
|
|
December 22, 2009, 02:56:57 AM
|
|
Hi.. It is not possible to have scroll bar in alert box. If you want to confirm some text with out activating the existing page, then you may design another web page and ask for confirmation using just labels and text boxes.
« Last Edit: December 22, 2009, 03:51:37 AM by Admin »
|
|
| |
|
|
|
New Poster Posts: 10 Topics: 5
|
|
|
June 14, 2010, 09:24:08 PM
|
|
I'm afraid that only tells me the document width. It doesn't take into account that little gray bar to the left of IE that lets you re-size the window or the scroll bar to the right. When you call window. re-size it takes both of those to account, so i need to know the actual window width, not just the width of the document inside the window before the application adds padding.
« Last Edit: June 16, 2010, 12:01:40 AM by Admin »
|
|
| |