Hello.. i have this script to pop up window
but the navigation toolbar is still show..how can i hide/ disable the navigation toolbar with that pop up window method..??
thanks
maminx
Code:
window.open(path,'WORKSPACE3','fullscreen=yes, directories=no, location=no, menubar=no, scrollbars=no, status=no, toolbar=no, resizable=no');
thanks
maminx
Comment