Skip to Content
0
Former Member
Dec 07, 2011 at 10:36 AM

Scrren Resolution in BSP

48 Views

Hi,

I have to navigate to WEB GUi on click of a button. The screen size should be a full screen. How can I achieve this irrespective of any screen resolution of the PC. Following is the BSP Javascript code. Can anyone suggest, how to approach?

<thtmlb:button id = "Create"

design = "STANDARD"

onClientClick = "javascript:window.open ('<%= lv_url % >', '_blank', 'toolbar=0,scrollbars=1, location=0, statusbar=0, menubar=0, resizable=0,width= 800, height= 500 = 0,top = 0');"

text = "Create Claim"

tooltip = "Create Claim"

enabled = "<%= lv_crclm %>" />

Thanks,