Adding browser setting instructions to cflocation
I need to be able to hide the StatusBar in the browser when I open a new window using a <cflocation...>.
If I am opening a PopUP window using JavaScript, it is very straight forward; e.g,
<a class="showHand" onclick="JavaScript: newWindow=openWin('Reports/RptInterface.cfm?PID=#nProbID# &Top', 'Reports', 'left=0,top=0,width=250,height=250,toolbar=0, location=0,directories=0,status=0,menuBar=0, scrollBars=1, resizable=1'); newWindow.focus();">,
the status bar is shown, status=1, or hidden, status=0.
The only parameters that I know of that you can pass with a <cflocation> are the url parameters, which are only read by the new page while building the new window.
Does anyone know of a way to hide the StatusBar in the IE browser when opening a new window with <cflocation>???
Thanks in advance for your help.
:-}
Len
