artane
October 1st, 2004, 02:56 PM
I'm using this function to pop up a window. The problem is, I want the window to show that the page is secure by displaying that little lock at the bottom right.
As it is now, the window does not show the gray bar at the bottom (where the lock is).
I've changed some of the settings to "yes" but, nonthing seems to have any affect.
How can I make this work?
Thanks very much,
artane
<!--
if(screen){
topPos=0;
leftPos=0;
}
function getPage(thePage,wt,ht){
leftPos= (screen.width-wt)/2;
topPos = (screen.height-ht)/2;
newWin1 = window.open(thePage,'aWin','toolbars=no,resizeable=no,scrollbars=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht);
}
// -->
As it is now, the window does not show the gray bar at the bottom (where the lock is).
I've changed some of the settings to "yes" but, nonthing seems to have any affect.
How can I make this work?
Thanks very much,
artane
<!--
if(screen){
topPos=0;
leftPos=0;
}
function getPage(thePage,wt,ht){
leftPos= (screen.width-wt)/2;
topPos = (screen.height-ht)/2;
newWin1 = window.open(thePage,'aWin','toolbars=no,resizeable=no,scrollbars=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht);
}
// -->