Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Hide Address bar in Popup Window

776910Apr 20 2011
Hello All,

I want popup window in javascript with no address bar that's with location=0, I m trying


window.open(url,name,"width="+w+",height="+h+",scrollbars=no,resizable=no,*location=no*,top=150,left=350");

even though i set that property it's not working...


I m aware Popup2 can also produce popup window in apex, do i have any possibility to make no location bar using this popup2

Any support regarding this is greatly welcomed...

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2011
Added on Apr 20 2011
0 comments
413 views