How to hide titlebars and toolbars in javascript button -
how display pop on java script button using window.open()
function without tiltebar , tool bars
i had tried using
window.open("/apex/pagename?id=parameters","_blank", 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
it opens new window titlebar , tool bars.i want hide tool bars , title bar.
can 1 suggest solution or alternate above question
using code, toolbars , titlebars hidden me (in chrome, browser trying on?).
if looking hide close buttons well, don't think that's possible due security issues, http://www.codeproject.com/questions/79625/how-to-hide-title-bar-in-javascript-popup (feature no longer supported)
if specify trying achieve, maybe there other way around, , popups not preferred. maybe want modal
Comments
Post a Comment