Pop-up window - triggered by a click on an image

I need to know how I make an image call a pop-up window (external website), when you click the image.
Please help.

Thank you very much.
I actually had some useable java script, but the trick dividing the commands into two steps - Insert HTML --> javascript code AND linking an object to that code did the trick.
Now I'll have to learn some more javascript code in order to center the pop-up window.
But thank you very much so far.

Similar Messages

  • I've cleared the exceptions options yet I continue to get pop up windows every time I click to open a new tab or window

    so I am constantly closing windows that appear over what I want to view. Help Please

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Can anyone tell me how to upload a url to an image onto facebook the way you could with a pc. Recently switched over to Mac and this is one thing I can't seem to figure out. Basically in Windows you could right click on an image, click copy the image url

    I've recently switched over to a Mac and before in Windows on a pc if you wanted to post an image on facebook you would right click the image you found on the post you wanted to share, then click copy url. You'd simply take that url and put it into the facebook post when uploading an image and that's all. Can not seem to find a way to do it now, other than saving the image to the computer and then uploading that which is not what I want to do. I've searched and searched but can't seem to find a solution other then posting in Parallels Window.
    Any suggestions??

    Thanks brody, I had been able to do that but on my business fb page I often post images and put in the links myself in the descriptions. In Windows you're able to post images by simply pasting in the url but on the Mac I'd have to download someone's image which I'm not comfortable doing so I find myself switching back and forth between the Mac and Windows.
    This link explains what I'm trying to do on the Mac probably in a less confusing way than I just did: http://howto.cnet.com/8301-11310_39-57496509-285/quickly-upload-photos-to-facebo ok-by-pasting-the-image-url/

  • How to create a hyperlink on a pop up window?

    Hi,
            How to create a hyperlink on a pop up window?
    The pop up window appears on right click in a transaction.
    Thanks in advance,
    Regards,
    Varun

    Hi Varun,
    While in transaction CRMD_BUS2000111 -> Opportunity -> select any -> partner tab, when I right click I get a standard pop up.
    I want to introduce my hyperlink in that standard pop up.
    you should have mentioned that earlier, that's the most complex part!
    This is called a contextual menu (for more information, read [SAP Library: Context Menus|http://help.sap.com/saphelp_nw70/helpdata/en/94/c4a6377cc0c92ce10000009b38f8cf/frameset.htm ]).
    Adding a menu item (that is not called an hyperlink, or is there something I didn't understand?) there is probably a modification of the standard. Either modifying the ABAP, or adding it to a GUI status of type "contextual menu".
    There are number of demo programs, like DEMO_DYNPRO_CONTEXT_MENU, CTMENU_BUILD, CTMENU_DYNPRO...
    Sandra

  • Pop up windows and hyperlinks on websites - Virus???

    I hope someone can help me with this pretty fast since I can't figure out how to fix it anywhere, and it slows down my working progress.. I recently started to get a whole bunch of pop up windows (usually when I click on a "search" window, for instance google) and hyperlinks on random words on the web-side I'm on (it can be any word on youtube, facebook, everything that usually are not a link). I've seen more people talk about macdefender etc, but I can't find this anywhere on my mac, so could it be anything else? And what should I do..?

    mdscardigno wrote:
    I ran Adware Medic and it did not find any adware. The problem still persists.
    That is either because your problem isn't actually due to adware, or you've got some adware I've never seen, and thus have never incorporated into AdwareMedic's signatures.
    First, take a look here at some alternate, non-adware-related solutions to the problem:
    http://www.adwaremedic.com/kb/unsolved.php
    If none of that helps, you may have new adware. In that case, take a system snapshot with AdwareMedic and submit it. I'll take a look and see what I can find.
    (Fair disclosure: I may receive compensation from links to my site and software, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Create pop up window and close

    Hi Guys!
    Is it possible to create following: pop-up window is appeared on click tha button? If so - could you please provide detailed steps or an example?
    Many thanks for your help!

    this is simple :
    in your button submit put that
    if ( (name.value == "") ) {
    sym.$("popup").show();
    you can build any popup with edge

  • Requirement to open FACTSHEET in pop-up window

    Hi there,
    I have a requirement to open a Customer Factsheet (component BSP_DLC_FS) in a pop-up window, when the user clicks on an icon (in a seperate component - Daily Appointments(CRMCMP_GS_WC) ).
    I am using the following code:
      call method COMP_CONTROLLER->WINDOW_MANAGER->CREATE_POPUP
        EXPORTING
          IV_INTERFACE_VIEW_NAME = 'ZAGRI_CRMCMP_GS/factsheet'
          IV_USAGE_NAME          = IF_BSP_WD_WINDOW_MANAGER=>CO_OWN_WINDOW
          IV_TITLE               = 'factsheet'
        RECEIVING
          RV_RESULT              = LR_POPUP.
    This code opens the popup correctly, but with nothing displayed.
    How can I display the component BSP_DLC_FS in this window?
    I think the key is with the IV_USAGE_NAME field, but despite many attempts to
    set this up in the Runtime Repository Editor, I can't get it to work.
    I created a window called 'ZAGRI_CRMCMP_GS/factsheet', but don't know how to
    link this (via the Component Usage) to the required component.
    Any help would be greatly appreciated.
    Thanks,
    David.

    just to update:
    I followed this very helpful guide,
    http://wiki.sdn.sap.com/wiki/display/CRM/CallingCustomcomponentaspopupfromastandardcomponentinCRMWEBUI-Part+2
    and changed the code to open the pop-up to this:
        lr_popup = comp_controller->window_manager->create_popup(
                                   iv_interface_view_name = 'BSP_DLC_FS/MainWindow'
                                   iv_usage_name          = 'factsheet'
                                   iv_title               = 'Factsheet' ).
    Having created the ComponentUsage to point at 'BSP_DLC_FS/MainWindow'.
    Still only opening the pop-up, just need to figure how to pass in the data and get it to display
    the factsheet as though opened via WebUI

  • Since installing 3.6.9 my Joomla content editor pop-up windows no longer return the URLs selected

    I recently upgraded to Firefox 3.6.9 and found that when using the editor in a Joomla 1.0.15 website , the content editor pop-up windows no longer return URLs selected (eg: image or file URL to be used in a link). I have been using the site with no problems for many years, and the problem was cured when I reinstalled 3.6.8

    Thanks cor-el but the problem is not in my web development but is a new issue/problem in FireFox which was not present in all versions up to and including version 3.6.8 and was only introduced in version 3.6.9. I have also established that the same problem also exists in FireFox version 4 beta 6 and have therefore also raised a second question today.
    My understanding was that I should raise these issues in this forum, but I will also check out the other forum.

  • Creating a pop up window on button click?

    Hi
    How would I create a pop up modal window when a user clicks on a print button within an interactive report. This window would then display a message with a confirm or cancel button. If they click on confirm the page prints out and if they click cancel it takes the user back to the report
    Is this possible? if so how is this achieved?
    Many Thanks

    The confirm dialog is a native dialog in the browser. It will display a message and it has an ok and cancel button. Running it in javascript will prompt the user with the dialog, and the return value will be true or false depending on the button clicked.
    You don't need any extra page whatsoever.
    var r=confirm("Press a button");
    if (r==true)
    x="You pressed OK!";
    else
    x="You pressed Cancel!";
    }This would prompt you with a small dialog, asking "Press a button.". Clicking Ok or Cancel will return true or false to variable r, which in this code is then tested.
    You could shorten it up to
    if(confirm("Do you want to print?")){
       //execute print code
    };Alternatively, if you are on version 4.0 or higher you can use a dynamic action for this. Set the action to fire on the click of a button, and as a true action you can choose the confirm action, which then lets you display a text.

  • 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

  • Closing a Pop Up Window on click of a button

    Hi Forum,
    In the parent view there is a button, on click of this button a new pop up window is opened.
    This pop up window also has a button (Submit). Onclick of the submit button in pop up window I need to performe some code execution and then close this pop up window.
    I tried the steps given in the weblog
    /people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications
    But it does not seem to be working.
    Any other way to achieve this or what might I be doing wrong here?
    Thanks,
    Anubhav.

    Hi,
    I missed a parameter in parent window while calling the pop up window
    DATA lo_window_manager TYPE REF TO if_wd_window_manager.
    DATA lo_api_component  TYPE REF TO if_wd_component.
    DATA lo_window         TYPE REF TO if_wd_window.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    lo_window         = lo_window_manager->create_window_for_cmp_usage(
                       interface_view_name    = 'WD_VALUE_HELP'
                       component_usage_name   = 'ZUSAGE_FORMNUM'
                       title                  = 'Additional Information For Item'
                      close_in_any_case      = abap_true <----Missed this earlier
                       message_display_mode   = if_wd_window=>co_msg_display_mode_selected
    lo_window->open( ).
    Now it is working fine.
    Many thanks to all.

  • Just recently I am getting the following error message when trying to access web sites. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" then I have to click ok. It is an issue with some plug-in?

    Just recently I am getting the following error message when trying to access web sites. I am using Firefox browser version 10.0.2. I get a pop up window stating "Exc in ev handl: TypeError: c.location is null" as the web site page is being displayed in browser winder. Then I have to click ok. It doesn't matter what web link/site I go to it happens. It is an issue with some plug-in?

    I have advised McAfee's product team of the problem and this thread, and they're looking into it now.

  • TS3212 i am trying to download itunes 10.7.  i have windows vista 32-bit.  when i click on download.  the pop up window comes up and ask to save or cancel, and then the webpage says thank you for downloading.  it hasn't downloaded it.  what can i do to fi

    i am trying to download itunes 10.7.  i have windows vista 32-bit.  when i click on download.  the pop up window comes up and ask to save or cancel, and then the webpage says thank you for downloading.  it hasn't downloaded it.  what can i do to fix this?

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Recently, whenever a pop window opens with a prompt the window has a tab, so I have to resize the window in order to click on the action "enter" or "save". How can I get rid of this?

    I'm a blogger and I use a web based text editor and when I input photos I have to click on a button that opens a popup where I put in the URL of the photo and have to hit "ok". In the last few weeks the pop up windows now automatically have a tab and I have to expand the window (resize) in order to click "ok". Considering that it only adds the tab AFTER I press paste/ctrl-v is so annoying and time consuming. It never used to do this before - what happened?
    This started around the time I installed stumbleupon toolbar but I'm not sure if they're related. I took the toolbar off my default browser window and it doesn't show up on the popups. But just thought I'd give that info in case it's causing it somehow?
    I don't know how to fix this :(

    You get an alert about resending POST data if you go back to a page that was previously requested from the server by submitting form data via a POST form.<br />
    Firefox can only make sure to get the same page by resending that POST form.<br />
    Firefox doesn't know what that form data means, so Firefox asks for confirmation before resending that form data as such an action can cause you to repeat an action and buy another item or post a message another time.<br />
    A way to prevent that pop-up is not to use the Back button, but to open links from a page that was requested from a server by sending a POST form in a new tab (window) with a middle-click or a Ctrl + left-click.<br />
    Then you can close that tab or window to go back.<br />

  • Pop up window when opening Firefox says "we noticed you may have signed in or signed out in another window. click ok to reload your page

    This pop up window happens almost everytime we open firefox...Once we click ok the current page will load.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

Maybe you are looking for

  • How do I type my own screen saver?

    Seems to me there used to be a way to just type in a phrase in screen saver settings and have it bounce around the screen as a screen saver. Is there still a way to do this? Or does it require a third party app.? Thank you

  • I can't open attachments on my iPad 2.  I have downloaded the 8.0.2 software update.  I can't open jpgs, PDFs, docs. or movie files now.

    I can't open attachments on my iPad 2t and I can't open jpgs, PDFs, docs. or movie files now.

  • Smartform output in the background

    Hello all, Now I met a problem about smartform output in the background: The default printer is LP01. When I execute the program which calls this smartform in background, I change the printer to LP03. Then I use the t-code:SP02 and find the printer i

  • I want to change my alias

    I've had this account for several years -- not sure how many. When I set it up, I unwittingly made my alias my actual name. Probably not such a good idea in today's creepy world. It looks like I can't change my alias. I thought about closing the acco

  • HELP TO DEBUG THE PROGRAM OF AGILENT6600X

    Hello,           First let me simply introduce this program.           The horizental toggle switch is used to set the default value to the power supply.           The vertical slide switch is used to read the value from the power supply(after board