You need to sign in to do that
Don't have an account?
sonatine
customise pop-up window
hi guys,
how do you customise the pop-up window made by commandLink target="_blank"? like resizing the window for example.
as now the popup window will appear in a new tab.
i know we can do it using window.open javascript, but can we do it without using javascript?
can anyone help me?
thanks.
You can do this with a little JavaScript in the onclick attribute of the commandLink:
For more on what parameters window.open supports, see:
http://www.w3schools.com/jsref/met_win_open.asp
...stephan