Need only Vertical scrollbars in window.showModalDialog

Impaicaratcap

New Member
I have following code in - \[code\]function getPopup1(redirectString) { var dialog = window.showModalDialog(redirectString , null,'status:no;dialogWidth:700px;dialogHeight:900px;dialogHide:true;help:no;scroll:1'); }\[/code\]and the .aspx page has following code, on which I am redirecting-\[code\]<body style="background-color:White; padding-right:16px; padding-left:16px; width:650px" onload="ScrollData()">\[/code\]I reffered, Stackoverflow Question Show only Vertical scrollbar in ModalDialog window?but, it is not working in my case. Can anyone suggest, whats wrong in it?
 
Back
Top