Hi,
I've got the following code to open a Voting window:
function Vote()
{
newwin = window.open('voteframe.htm','','top=150,left=150,width=600,height=400,status=no,menubar=no,resizable=no,toolbar=no');
}
voteframe.htm is a frame page to display a graphic on the left and a scrollable form on the right.
When the Vote() function is called it opens a new window perfectly, right place and right size, but always with a statusbar at the bottom. What am I doing wrong?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
I've got the following code to open a Voting window:
function Vote()
{
newwin = window.open('voteframe.htm','','top=150,left=150,width=600,height=400,status=no,menubar=no,resizable=no,toolbar=no');
}
voteframe.htm is a frame page to display a graphic on the left and a scrollable form on the right.
When the Vote() function is called it opens a new window perfectly, right place and right size, but always with a statusbar at the bottom. What am I doing wrong?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments