Here you go.

Works in IE5+ and Firefizzle

function loadpopunder(popunder,name) {
        win2 = 
window.open(popunder,name,'width=775,height=500,innerWidth=650,menubar=1,scrollbars=1,resizable=1,toolbar=1,titlebar=1,location=0,top=0,left=0,screenX=0,screenY=0');
        }


On Dec 11, 2007 10:12 AM, William Bowen <[EMAIL PROTECTED]> wrote:
> which browser is this failing in? All? Just IE, Firefox?
>
> have you tried location=0?
>
> */ goes to check pop-up code on my site...
>
>
> On Dec 11, 2007 7:22 AM, Matthew Smith <[EMAIL PROTECTED]> wrote:
> > I am trying to pop a window with an embedded flash video clip.  I would 
> > like to browser to be stripped down to as little as possible, no status, no 
> > url, etc.
> >
> > I found this code, but the address and status bar are still shown.
> >
> > onclick="window.open('publishvideo.html','popup','width=350,height=280,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0');
> >  return false"
> >
> > Is there anything I can add or change to strip away more from the popup 
> > window?
> >
> > Thanks for any help.
> >
> > Matthew
> >
> > 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:248145
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to