Right-clicking on a page on my website leads to check boxes to change settings on my website. This doesn't look like a good idea!offer visitor

How doIshield visitors from this?

Which settings are you referring to?
You can't prevent visitors from opening the right-click context menu.
*http://kb.mozillazine.org/JavaScript#Advanced_JavaScript_settings

Similar Messages

  • Customizing items on right click of a page in siteadmin

    Hi,
    We have a requirement where we want to show users a "prompt" when user right clicks on a page and selects any of the items. Please see the attached snapshot on what i am talking about.
    I want something similar to what is prompted when someone clicks on delete and i want it on click of the activate button. Basically i want to ask the user - "are you sure you want to activate".
    has anyone done this before. Can you please advice how this can be achieved?
    Cheers!

    Why do you need paths & selections just use CQ.wcm.SiteAdmin.activatePage.call(this);
    Attach below a method just call this at /apps/wcm/core/content/siteadmin/actions/activate
    CQ.wcm.SiteAdmin.iActPage = function() {
        var selections = this.getSelectedPages();
        var msg = (selections.length > 1) ?
                  CQ.I18n.getMessage("You are going to activate the following pages: ") :
                  CQ.I18n.getMessage("You are going to activate the following page: ");
        msg += "<br/><br/>";
        var max = 7;
        for (var i=0; i<selections.length; i++) {
            if (i == max) {
                msg += CQ.I18n.getMessage("(and {0} more...)", [selections.length-i], "pages to activate") + "<br/>";
                break;
            var page = CQ.shared.XSS.getXSSRecordPropertyValue(selections[i], "title");
            if (!page) {
                page = selections[i].get("label");
            msg += page + "<br/>";
        msg += "<br/>" + CQ.I18n.getMessage("Are you sure?");
        var title = (selections.length > 1) ?
                CQ.I18n.getMessage("Activate Pages")
                : CQ.I18n.getMessage("Activate Page");
        CQ.Ext.Msg.show({
            "title":title,
            "msg":msg,
            "buttons":CQ.Ext.Msg.YESNO,
            "icon":CQ.Ext.MessageBox.QUESTION,
            "fn":function(btnId) {
                if (btnId == "yes") {
                    CQ.wcm.SiteAdmin.activatePage.call(this);
            "scope":this
    Thanks,
    Sham

  • I right-click in a Yahoo e-mail window and select Languages - Spanish (Mexico) and start typing in Spanish, but it is not correcting my mistakes, or offering alternative spellings.

    I speak English. I am living in Chile and have a Dell/MS Windows Vista (English) laptop. I have Firefox 3.6.12. I have installed the Spanish (Mexico) dictionary. I right-click in a Yahoo e-mail window and select Languages - Spanish (Mexico) and start typing in Spanish, but it is not correcting my mistakes, or offering alternative spellings.
    I don't know if I have the correct plug-in, correct settings, or am expecting something that isn't possible.

    Do other dictionaries work if you select them in the Languages menu?
    See:
    * http://kb.mozillazine.org/Spell_checking
    * http://kb.mozillazine.org/Dictionaries
    * [[Using the spell checker]]

  • I just installed the new firefox for Mac OSX 10.6.8 and when I select an image on a site (right click and copy) and paste in Photoshop 5.5, the image lightens. It does not do this in Safari.

    Question
    I just installed the new firefox for Mac OSX 10.6.8 and when I select an image on a site (right click and copy) and paste in Photoshop 5.5, the image lightens. It does not do this in Safari.

    Firefox, Safari, and PhotoShop each handle embedded color profiles differently. For an add-on that makes it easier to experiment with Firefox's color management options, you might be interested in: [https://addons.mozilla.org/en-US/firefox/addon/color-management/ Color Management :: Add-ons for Firefox]. I haven't tried it myself.

  • When I right click on a page to send the page link to someone the link's not inserted in the mail page.

    Not really anything more to add to the problem. It's just that simple. Right click on page, choose 'send link' and the mail page that comes up (in Thunderbird) doesn't contain the link as it always did in previous versions. I have to copy and paste the link which makes the right click useless.

    You can middle-click a link to open the link in a new tab.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Why does right-click & "Open Link in New Tab" make the original tab name to change to "New Tab" when I back-arrow in the original tab to reach the original page

    I use Google as my home page.
    When I do a search in Google I have a practice of opening the search links in a new tab by right-clicking on the link and selecting "Open Link in New Tab". That way I can examine multiple links from the search page, which is now open in the first tab.
    The problem that occurs is that when I use the back-arrow in the Navagation bar to return the first tab to its original page, I find the tab name of the original page to be "New Tab" rather than "Google" and I have to click on the "Reload current page" in the Navigation bar to return the tab name to "Google".
    I'm using Firefox-25 on a Linux-Mint 64-bit platform with KDE-4.9.5.

    The problem is just with the name of the tab, not with the contents of the page -- the page looks normal??
    I ask about the page because Firefox 23 seems to have introduced a problem with Firefox's "fast back-forward cache" on the Google search results page. It is related to the "instant prediction results" feature interacting with Firefox is some different way. (More in this thread: [https://support.mozilla.org/en-US/questions/970863?page=2#answer-485663])
    Might be related. Not sure.

  • Setting up mouse to right click delete a page?

    After reinstalling Acrobat 9, I no  longer have the option to delete an individual page when I right click on the mouse. Is there a way to set this up again?
    Thanks!
    Catherine

    As George alluded to - you'd do this from within the Pages pane.
    If the option is not available then the PDF most likely has security applied that precludes this type of change to the file.
    Be well...

  • Unable to right click on Master Page - Adobe Muse CC

    How do I access Page Properties to update Metadata when right clicking on the Master Page does not work in Adobe Muse CC?

    It should work, but you can also go to the top menu bar and click on "Page/Page Properties" a graphic user interface box will come up, click on the Metadata link at the top.

  • When opening a new tab by right click, the current page goes white for a while, why?

    For example i have one tab open i then right click and click open link in new tab. I do this and then the current tab i am one either goes white or shows up a completely different page and this can last up to 1 minute. Is there anything i can do to solve this problem?

    here is what the page looks like when I open a new tab...is there anything I can do to fix this...Thank You

  • Prevent right click on the page....

    hi all,
    i am displaying digital signatures in the footer ,and i want to prevent the copy of any item from the page actually i came up with the code it is A JAVA SCRIPT CODE ,i tryed it on one page i created ,but if you want to apply it on the APEX where i have to add the code ,,,,
    Thanks in advance ,
    Ahmed

    Hello,
    Of course it depends on how you implemented it but most likely you will want to add it to your HTML Header or in the Page Template.
    One thing to understand is depending on javascript for security is a bad thing. Even though you have disabled javascript for right clicks there are literally hundreds of ways to get around that.
    The simplest would be for someone to use the save the page
    File > Save Page As
    And then browse the page source at their leisure.
    Carl

  • Why cant I right click on web pages?

    whenever i right click nothing happens. if I want to save a pic i cant right click to save to a file.

    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]]

  • If you right-click an image you can select to "Block Images" from the site, but how do you reverse this choice?

    If you right-click an image on a web page you can select to
    "Block Images from [the url of the site]".
    This works well, particularly to make the page printer-friendly, but how do you reverse this choice to see the images again?

    You can see all permissions for the current page in Tools > Page Info > Permissions
    If it is from a different domain then use this:
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Open the <i>Media</i> tab of the "Page Info" window.
    *Select the first image and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • When I press right click - Open in a new Tab on a bookmark on Firefox 4.0 nothing happens. Is this a bug? Is there a solution?

    When I press right click -> Open in a new Tab on a bookmark on the "Display your bookmarks" icon that is located on the upper right corner of Firefox 4.0 nothing happens. It only works if I press right click -> Open in a new Tab on bookmarks under the menu that is located on the upper left corner. Is this a bug? Is there a solution?

    No its working fine.
    Start Firefox in Safe Mode : How to start in safe mode
    If it doesn't work
    Create new Profile: Profiles

  • Problems using right click to open in new Tab or Window. Will not work. How do you solve this. Have v5.0 installed.

    I have the latest version of Firefox installed. Version 5.0.
    When searching on Google and use right-click to open in new tab or window. Keep getting blank tab.
    Can somebody advise how to solve this.
    Thank you.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • When I click the iCloud button I get a browser with check boxes, not slider buttons and it does not have a "backup and storage" button.  So I cannot set up backup.

    When I open my iCloud browser it looks different than "normal." It shows the list with check boxes, not slider on-off buttons.  It dos not show a "storage and backup" button so I cannot set up my backup. What is wrong?

    If see something like the image below it's because you are looking at the iCloud settings on your Mac, not on an iOS device (which has sliders).  Storage & Backup isn't in the Mac settings because you cannot back up your Mac to iCloud.  Only iOS devices can back up to iCloud.  On a Mac, you can get information about your iCloud account storage by looking at the green usage bar at the bottom and by clicking the "Manage..." button on the bottom right.

Maybe you are looking for

  • Uscing iChat behind D-Link DIR-655 Router

    I have been having a lot of trouble getting ichat to work for me. I have an aol account and when i add buddies (.mac and so on), it shows they are offline, but they are online. I am behind a router, which could be the issue. The main internet is conn

  • Unable to do second time MIGO

    Dear friends, I have an issue at mu client's place wrt MIGO. A PO was created and partial inward of goods has happened.. now for the second time when goods have to be inwarded  an ABAP RUNTIME ERROR has occured as below: Overflow for arithmetical ope

  • Faulty MS Word file crashes entire system

    So I do not expect a fix, I even doubt that anyone here knows how this is possibel, but I'd like to put it out there. How is it possible for a faulty MS Word file (which works fine on my Win7 system) can bring down my entire OSX system? Symptoms are

  • How to change my fn to ctrl in bios? i have all my info ready.

    how do i set it up where my ctrl is at fn

  • Double column options not showing up in answers environment

    Hi, I have configured descriptor id for one of the dimension column, I have saved rpd, restarted the server twice, i am unable to get the "filter by column id" options in prompt not in the report filter. should i enable something at presentation leve