Hi all,
The following code is not working properly in Mac os/safari browser.
[CODE=javascript]function newWindow(){
window.open('<j stl_core:url value="/pages/orders/printAllPacking Slip.jsf"/>','jav','width =500,height=500 ,resizable=yes, scrollbars=yes' );
} [/CODE]
The problem i am having is,the above newWindow() will be called inorder to print all items,i can able to retrieve all values from DB,when click preview button of safari browser nothing gets displayed,this code works well in mozilla and IE.
can u guide me to solve this problem?
Thanks in advance,
sundar
The following code is not working properly in Mac os/safari browser.
[CODE=javascript]function newWindow(){
window.open('<j stl_core:url value="/pages/orders/printAllPacking Slip.jsf"/>','jav','width =500,height=500 ,resizable=yes, scrollbars=yes' );
} [/CODE]
The problem i am having is,the above newWindow() will be called inorder to print all items,i can able to retrieve all values from DB,when click preview button of safari browser nothing gets displayed,this code works well in mozilla and IE.
can u guide me to solve this problem?
Thanks in advance,
sundar
Comment