Link to a pop-up window

Hello
I have a link to another site and I've set it as a pop-up window.
However I'd like the pop-up window not have the toolbars and other elements. Is that possible?
thanks

Hello,
This setting is related to the browser, not specific to Muse. In Firefox, there is an option in the "Tabs" options section, that says, "open new windows in a new tab instead" (check this screenshot: http://jingsite.businesscatalyst.com/jing/2013-09-04_2318.png). Enabling this option did the trick for me, and the pop up box that opens up on clicking the "Now in Paperback" section of your site opened in a new tabbed window instead.
I didn't find a matching option in Chrome for the above, and found that Chrome allows only tabbed browsing.
Hope this helps.
Cheers
Parikshit

Similar Messages

  • Is it possible to create a link to a pop-up window from an image map in dreamweaver?

    I'm trying to use an image map as my home page. As it is a simple site I want the links on the image map to open in a small 200 x 200 pixel pop-up window.
    I seem to only be able to have it open in a new tab.
    Thanks for any help!

    ZankeBee wrote:
    http://www.royalteascafe.co.uk/opening.html
    That site uses Cyber Studio javascript actions. Cyba Studio was discontinued years ago.
    If you're code savy enough you can extract the javascipt from the site and the csactions and rebuild to your own requirements. It's not that difficult but you do need to know your way around the code environment in Dreamweaver.
    Give us another site link and I'll take a look to see if there is anything more up-to-date code handing these pop_ups.

  • How to embed a link image with pop up windows?

    Does anyone have any suggestions on how to embed a link
    within flash movie? Once you click on it, it will pop up a new
    window, but I want to disable the toolbars, status bar ..., and
    only show the jpg image for this window.
    Does anyone have any suggestions on how to do it in flash?
    Thanks in advance for any suggestions
    Eric

    If the Oracle Web Application you are talking about uses OAFramework then you can use personalization to add a link to the Ebiz suite page. But in order to fetch the userId and append it to the URL of the link you need to extend the controller in that page and set the destination of the link you had added in the controller. You have APIs on pageContext when you override the processRequest of the extended controller to fetch the userId. You can then create the URL by appending the userId and set it on the linkBean.
    If you are new to OAF then you should read the devguide and personalization guide to get yourself familiarised with extending OAF application.

  • Cursor does not change when hovering over pop-up window link

    I created a text link for a pop-up window. The link does work, but the cursor does not change to a pointy finger, the standard link icon.
    I don't know a lot of javascript, but can figure it out if it's just adding some code.This was done in CS3. Any help would be appreciated! Here's the code:
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    Thanks in advance.
    Todd

    A link would be nice but I suspect that you are not gettign the finger (you knwo what I mean) when you roll over the link because your href is  not set to anything.
    <a href="" onclick=MM_openBrWindow('images/image.jpg','largeDisplay','scrollbars=yes,resizable=yes,width=100,height=120')
    Set your href to "#" or "javascript:;" - the latter is preferred.

  • Change modules pop up window

    How do I remove pop up window 'An error occurred while attempting to change modules' every time I try to load Lightroom 5?

    Hi Todd,
    i got the same problem.(cursor not change for pop-up windows) and because i m not an expert in internal html code i did try several solutions to fix it.
    The easiest (but also even longer if u need to do severals) is to create a button (withs 2 overflight changing pics) with "inserer", "image survolée"
    the "image survolée" can be linked to a pop-up window with the correct effect.  To do so highlight the "expected new link to" and on right side task bar ad a "comportement" named "ouvrir la fenetre du navigateur" and optionally choose the size and windows available function of the pop-up. It works even if u need to proceed first with an overflight changing button.
    The result is longer to obtain and not absolutely perfect. So I guess it s only an help solution for a single mateer. i would be glad to get another solution with a text link rather than using the overflight button system. Technically it should be better, more efficient and faster to proceed with applying an html code that really makes the text appearing as a classic link to a new windows whatever pop up or full size window. Please let me know if u get further answer to fix this problem.
    Many thx and excuse my technical english translation about DreamCs4

  • Cursor does not change for pop-up window

    I created a link for a pop-up window. The link does work, but the cursor does not change to a pointy finger, the standard link icon.
    I don't know a lot of javascript, but can figure it out if it's just adding some code. Any help would be appreciated! Here's the code:
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    Thanks in advance.
    Todd

    Hi Todd,
    i got the same problem.(cursor not change for pop-up windows) and because i m not an expert in internal html code i did try several solutions to fix it.
    The easiest (but also even longer if u need to do severals) is to create a button (withs 2 overflight changing pics) with "inserer", "image survolée"
    the "image survolée" can be linked to a pop-up window with the correct effect.  To do so highlight the "expected new link to" and on right side task bar ad a "comportement" named "ouvrir la fenetre du navigateur" and optionally choose the size and windows available function of the pop-up. It works even if u need to proceed first with an overflight changing button.
    The result is longer to obtain and not absolutely perfect. So I guess it s only an help solution for a single mateer. i would be glad to get another solution with a text link rather than using the overflight button system. Technically it should be better, more efficient and faster to proceed with applying an html code that really makes the text appearing as a classic link to a new windows whatever pop up or full size window. Please let me know if u get further answer to fix this problem.
    Many thx and excuse my technical english translation about DreamCs4

  • Printer-Friendly Pop-Up Window

    Hello,
    I have a link to a "printer-friendly" pop-up version of a page.
    It is a navigation bar entry. The URL target is:
    javascript:popUp2('f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.::::::YES', 800,600)There is a List on the page that is displayed on the printer-friendly pop-up window.
    How can I exclude this list, similar to the way the "print" link for the pop-up window itself is excluded?
    Thanks!
    Matt

    No problem Matt - and yes - just answered a similar question. You'd test the value of APEX_APPLICATION.G_PRINTER_FRIENDLY - if true page is in printer friendly mode else it isn't.
    Hope this helps, I'll gladly accept points if it does! ;-)
    John

  • Open a pop up window and display new jsp in it

    i want to open a pop up window (from a jsp)when i click a link ,
    the opened pop up window is a different jsp where i have to pass an action event to the struts action doing some functionalities and then forward to that jsp.
    example:
    create.jsp has a link that uses java script to open the pop up.
    the pop up should open search.jsp after going to the action.
    what needs to be done:
    1-open pop up
    2-pass action event to the struts action
    3-open the new jsp in the pop up
    kindly assist me in this issue

    See for example Window Link taglib in Coldtags suite:
    http://www.servletsuite.com/jsp.htm
    or
    http://www.servletsuite.com/servlets/winlinktag.htm

  • Button to open a small pop-up window

    what JS script can I put to open a to a pdf link in a pop up window  of 800 x 400 px dimensions

    i found, but not help you.

  • Email Pop Up window on click of  tool area Link.

    hi
    i have three links say Link 1, Link 2, Link 3 in my tool are.My requirement is to have an email pop up opened with a defaulting email address in the "To" field to report an error or a query to the Link 3.
    Is it possible to implement this functionality in EP 6.0? if yes please tell how to proceed.
    thanx
    Disha.

    hi
    i dint get much from this link, could you tell me in different approach.
    i know how to give href to a link in the tool bar, but here i need the email pop up window with some default address.
    I follow the same, as given in the link, Have applied to code:
    < A href="mailto:[email protected]" target = "new".....</A>
    Anything else i need to add in the html code because this way it is not working.
    thanx
    Disha

  • When I click on download link, Firefox don't pop-up window where i could select open with or to save file, it just pop-up window where to save, why?

    Before update, when i clicked on download link pop-up window would come up asking me if i wnat to open file with program or just save it, but after update i dont get that pop-up window, insted i get window asking me where to save it, how can i fix this problem, because i want sertain files to be opened with a program like it was before update? I have tried every solution i could find, and nothing helped. I use Firefox 16.0.2 on win7 ultimate x64bit

    Thank you, it helped alot. I found that my problem was that all programs in applications panel was set to "save file" option and when i changed them to "always ask" it was back to normal, like i used to :D many thanks

  • How to forbid the use of right click to open a pop up window  from a link ?

    I would like to prevent the user from opening pop up windows using the right button of the mouse on a link.
    Is it possible ?
    Thank you in advance for any help and suggestion.
    Paolo

    Is this regarding OAF ? if this is a requirement in OAF, then its not possible(unless you put in some javascript function in the page).
    If you want to do it in other jsps there are a lot of examples available in google on how to do this.
    Thanks
    Tapash

  • Column Link page as a pop up window instead of full page.

    I have set up a column link to pass some variables and see a nice result as a page.
    I would rather see that page show up as a pop up window rather than as a full screen page. Where can I tell my column link to show the page as a smaller version than full screen page please?
    Thanks in advance !
    JMM.
    Edited by: metropoj on Nov 16, 2010 10:43 AM

    Hi Tarun,
    Is this code set at the URL TARGET of the button?
    Have you already tried with another browser?
    Try once this way: javascript:popUp2('f?p=&APP_ID.:3:&SESSION.::&DEBUG.:::',400,300)PS*: When you're going to post any code use as delimiter.
    Regards,
    Alan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Creating a pop up window from a link

    I was wondering if someone could help me. I'm building a new
    website and awhile ago I saw a cool effect which someone did on
    their site. Basically what I would like to do is when I click on a
    link in my page a pop up or a window opens, NOT A BROWSER, a stand
    alone window appears on top of the page where the link was clicked.
    When this window opens the page behinds dims to highlight this
    window. Then inside this window images or video could be placed.
    Apple also has this on their site where when you click on an image
    of one of their computers a window opens to reveal a bigger image.
    Their window also gives off a drop shadow on the page behind which
    is nice. I am not much of a coder so any help would be much
    appreciated. Another thing, would it be possible in this pop up
    window to say if you wanted to view images that at the bottom of
    this window was a slider with images and the main image above this
    and as you click on the images in the slider they fade in above but
    full size?

    quote:
    Originally posted by:
    Jadedlusion
    I was wondering if someone could help me. I'm building a new
    website and awhile ago I saw a cool effect which someone did on
    their site. Basically what I would like to do is when I click on a
    link in my page a pop up or a window opens, NOT A BROWSER, a stand
    alone window appears on top of the page where the link was clicked.
    When this window opens the page behinds dims to highlight this
    window. Then inside this window images or video could be placed.
    Apple also has this on their site where when you click on an image
    of one of their computers a window opens to reveal a bigger image.
    Their window also gives off a drop shadow on the page behind which
    is nice. I am not much of a coder so any help would be much
    appreciated. Another thing, would it be possible in this pop up
    window to say if you wanted to view images that at the bottom of
    this window was a slider with images and the main image above this
    and as you click on the images in the slider they fade in above but
    full size?

  • Can I size a pop-up window called from a link from "_blank" in Target Frame

    I would like to size the window smaller then what the default is set to when calling a pop-up window via a link when setting the Target Frame property to _blank.  Is there a way to do this so I have some control of the size of the window?
    Thanks,
    Chris

    As far as I know it is not possible to resize the window that gets opened when target="_blank". Window can be resized only if it is opened only if it is opened using window.open

Maybe you are looking for

  • MRP planning components at multiple plants

    I would like to present a unique scenario, we have a plant and a warehouse both are created as two different plants in SAP. When we run MPS/MRP at a Finished product (FERT) level at the mfg plant, I would like to 1) Consume inventory of components (P

  • HT4589 I need to open a fcpx v10.1 in fcpx v10.0.8

    I need to open a fcpx v10.1 in fcpx v10.0.8

  • Java Comm API in FreeBSD? HELP!!!

    I'm doing a project for my company that needs to access the serial port, with commAPI the thing works flawlessly under Windows XP, however big problem comes with commAPI doesn't work in FreeBSD which the company server runs on. This is what I have do

  • MFBF transaction help required for variant creation

    Dear experts, We have a requirment in using MFBF transaction. In assembly backflush tab after entering everything and pressing 'Post with correction button' a grid opens.Here we want quantity to be disabled. Second we click component backflush tab an

  • Can't install Safari...

    I am unable to install Safari. Double clicking the installer does not load anything. Task Manager shows no process running. Re-downloaded the installer, nada. Reboot computer, nada. I even tried using Software Update to install Safari...when selectin