How to disable Refresh,Reload in browser and user should not allow to multiple browser sessions ?

Dear All,
How to disable Refresh,Reload in browser and end user should not allow to multiple browser sessions in portal.Where we need to configure the settings or any code in masthead or any other component. My server version is 7.4 - SP5 .Please help us.
Thanks for advance,
BR,
Durga Rao.

Dear all,
i am able to logoff the click refresh button on keyboard.I am using this code to log off the user into the portal.
document.onkeydown = function(e)
  var key;
  if (window.event) key = event.keyCode
  else
  var unicode = e.keyCode ? e.keyCode : e.charCode
  key = unicode
  switch (key)
  { //event.keyCode
  case 116: //F5 button
    LSAPI.sessionPlugin.logoff();
  event.returnValue = false;
  key = 0; //event.keyCode = 0;
  return false;
  case 82: //R button
  if (event.ctrlKey)
LSAPI.sessionPlugin.logoff();
  event.returnValue = false;
  key = 0; //event.keyCode = 0;
  return false;
  case 91: // ctrl + R Button
LSAPI.sessionPlugin.logoff();
  event.returnValue= false;
  key=0;
  return false;
Thanks.
But i am unable to control the multiple windows opening the browser.So any one can tell me the how to block the new window and new tab/duplicate tab option.
BR,
Durga Rao.

Similar Messages

  • ERR_WIS_30253 and user should not have 'save' rights to public folder

    Hello
    Environment - BO XI 3.2 SP2, FP 3.6
    Source is SAP - BI 7
    I am trying to implement the security in the project for the very first time from scratch , and requirement is -
    there should be 3 type of user Groups - Super, Power and End users
    All the users have their own specifications, along with that, one common requirement is, in-spite of the group user belong to, should not have the rights to save the BO reports in the public folder but may save it to its Favorites.
    I have created one super users group and also assigned some rights to Reporting folder.
    But
    1. I am not getting any option to achieve the above mentioned requirement.
    2. I am getting Error ERR_WIS_30253 while trying to refresh the reports.
    Looking forward to have a quick reply from experts.
    Thanks in advance.
    Zeenat
    Edited by: Zeenat on Nov 14, 2011 7:20 PM

    Hi Zeenat,
    If you have observed in BO right collections are categorized as:
       General
       Content
       Application
       system
    For Err_WIS_30253:
    We generally follow the practice of creating custom access levels as per the business requirement and apply them on the folder level. If you're one of us, to resolve this issue for WEBI reports you would have to edit the custom access level applied on the folder by providing "Refresh report's data" privilege for 'Web Intelligence Report' in 'CONTENT' rights collection.
    The key is 'CONTENT' right collection. Its similar in BIP 4.x Platform with 'owner' privilege.
    Issue is resolved.:)
    If above practice is not followed in your org you could also provide above stated privilege on the folder containing the WEBI report.
    Hope this gives you some idea.
    Kind regards,
    Sandeep Rana

  • Hai all sales order  discription and quantity should not allow modification

    Hi all
    any one plz respond me, my requirement is once the sales order approved then its not allow any modification  like order quantity, discreption and first delivery date in the change mode va02 and va22 plz help me .
    regards,
    venkat.

    You can use user exit   MV45AFZZ and here
    FORM USEREXIT_FIELD_MODIFICATION.
    CASE SCREEN-GROUP3.
      WHEN '900'.
        IF VBAK-VBTYP NE 'A'.
          SCREEN-ACTIVE = 0.
        ENDIF.
    ENDCASE.
    CASE SCREEN-NAME.
      WHEN 'VBAK-VBELN'.
        SCREEN-ACTIVE = 0.
    ENDCASE.
    ENDFORM.
    Write your code between Form and endform.
    try to mention sy-tcode is VA02.
    then it won't distrb others.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Decrypting FileVault Failed and User Account Not Allowing Login

    So here is the scenario and my problem. I decided to do a clean install of Leopard on my PowerMac G5 and in doing so used Carbon Copy Cloner to copy all the content of my Macintosh HD drive to another internal DataDrive so that I could get my data later and be able to boot into that old installation of the OS for any reason. After the clone was complete I did a clean install of Leopard onto my Macintosh HD volume.
    With the new installation running and updates run I decided to go and get my old data. Turns out I had FileVault protection on in the old installation and could not access my data through the new install. This was the very reason I kept the old installation. I rebooted into the old installation and went to remove FileVault protection. The computer logged out and started decrypting my user folder.
    Two hours into the decryption it failed and prompted me to continue and be returned to my login and state before I started the decryption. Now I can't login to that user because when I attempt to it will say that FileVault needs to be repaired and give you the option to repair. The repair takes a while and then give you the error stating the repair didn't work.
    So I need help figuring out how to get access to my data in that user folder or get that user folder to work so that I can get my info copied to my new installation. Any ideas would be very much appreciated as I feel like I have lost too much for comfort.
    Thanks, Brandon

    First of all thank you for the help. In all my trying to figure it out I didn't try just double clicking on the sparse bundle.
    Because this was my only user on the computer I had to enable the root user to be able to login. Once that was enable I was able to mount the sparsebundle and copy my data out. I didn't get all of it as something did truly get corrupted during the decryption but I did get 99% I think.
    Now with my data coped to another location I can attempt some repairs and see if I am able to get that last percentage point. Thank again.
    Brandon

  • How to disable the selection of "Title and logo URL of a SharePoint 2013 site" from browser

    how to disable the selection of "Title and logo URL of a SharePoint 2013 site" from browser or How can we able to set our custom default log to the sp2013 site using code.So that users are not allowed to change from browser again.
    Thanks & Regards, Krishna

    Hi  Krishna,
    For your issue, you need to deploy a farm solution using HideCustomAction to hide site settings link. For example to hide “Title, description, and logo” link you can use below code:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <HideCustomAction
    GroupId="Customization"
    HideActionId = "ProjectSettings"
    Location = "Microsoft.SharePoint.SiteSettings">
    </HideCustomAction>
    </Elements>
    Reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/92f002b7-0e9c-424e-836a-de40c4e5d81f/hide-option-from-site-settings-page-in-sharepoint-2010?forum=sharepointdevelopmentprevious
    http://blog.milanchauhan.com/2013/06/add-custom-section-in-site-settings.html
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to disable refresh button in webi reports in BOXI3.1SP2-Java SDK

    Hi all,
    We have integrated Java with BO, here end users will give parameters through java screen. After submitting all the parameters webi reports will opens in separate window.
    Here requirement is end users should pass the parameters from java screen and they should able to save the report in to excel/PDF.
    Refresh/edit buttons should disable/hide in the webi report.
    below is the sample url we are using in the java.
    http://" + CMS + ":8080/ OpenDocument/opendoc/openDocument.jsp?"+ "iDocID=" +ReportID + "&sType=wid&sRefresh=N&sWindow=New&lsSEnter List Name: =+List&token=" + token
    we tried with using &buttonrefresh=hide in above URL.
    Note: We are also having hyperlink reports in the Webi.
    Please provide me inputs to disable refresh button.
    Thanks,
    Subash

    Hi,
    why do not set this over the authorization scheme? Just deny your users the right to refresh/edit the report.
    Regards,
    Stratos

  • How to disable refresh every time I write code in dreamweaver

    Hi....how to disable refresh every time I write code in dreamweaver...thank very much.

    Hi.......every time I write code or content on the web, from interfce code, I get a message on the bottom of the program, with a button that says "refresh"... please look the attach picture .... thanks for helping me ....

  • How to disable SC message BBP_PD 008 and BBP_PD  882

    how to disable SC message BBP_PD 008 and BBP_PD  882

    Hi. Why do you want to disable 008? That message means no account assignment has been entered, you will not be able to save your cart.
    What is 882? I can not see that in SRM 5.
    Regards,
    Dave.

  • How do you delete songs from Itunes? I have many that show up as many as 7 times and itunes will not allow me to remove them.

    How do you delete songs from Itunes? I have many that show up as many as 7 times and itunes will not allow me to remove them.

    I have tried to Hilight them and hit Control Delete nothing happens. I tried to just Delete one, but when you hit delete nothing happens.

  • I have an iPad 2 and so does my mom.  We both have the app Slotomania and now all of sudden after having it for months, our games connected and we don't know how to fix it.  Deleting it and reinstalling does not work.

    I have an iPad 2 and so does my mom.  We both have the app Slotomania and now all of sudden after having it for months, our games connected and we don't know how to fix it.  Deleting it and reinstalling does not work.

    Does the app now use iCloud, do you use iCloud and do the two of you use the same account on iCloud?
    Just a guess.

  • My daughter changed the password on her ipod touch and it will not allow her to put letters in so therefore she is locked out! how can we fix this

    My daughter has changed her ipod touch password and it will not allow her to put in letters so therefore she is locked out! How can she fix this?

    Connect the iPod to its syncing computer and restore via iTunes.  If iTunes asks for the passcode and you can't enter the passcode or yu do not have the syncing computer, place the iPod in recovery mode and then restore. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • I am trying to burn a dvd and it will not allow me to do this because it states that i do not have enough space for encoding disk. how do i free up space and from where?

    I am trying to burn a dvd and it will not allow me to do this because it states I do not have enough space for encoding. how do i free up space and from where?

    iDVD can only use your startup hard disk for the "scratch space" it needs for calculations during the encoding process.  25 GB is a good average requirement, but a large project (3 or 4 hours of content) might require more.
    To free up space, you will have to move items to an external hard drive and/or delete items you no longer want.
    Please note that iDVD can't use and external hard drive for this "scratch space".

  • I have Firefox 10.0.2. and OSX 10.6.8. and the latest PDF adobe reader, and still can not open with the browser PDF files.Can someone help,pls?Thanx

    Dear Ones,
    I have Firefox 10.0.2. and OSX 10.6.8. and the latest PDF adobe reader, and still can not open with the browser PDF files.Can someone help,pls?Thanx

    see if this is helpful : [http://support.mozilla.org/en-US/kb/Opening%20PDF%20files%20within%20Firefox Opening PDF files within Firefox]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • HT4623 I've updated my Ipad to IOS 7,0, the problem I'm is the Ipad has been updating Icloud settings for the past two days and it's not allowing me to do anything else. How do I cancel the Icloud update?......HELP

    I've updated my Ipad to IOS 7,0, the problem I'm is the Ipad has been updating Icloud settings for the past two days and it's not allowing me to do anything else. How do I cancel the Icloud update?......HELP

    Try a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If no joy...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes Installed on your computer ( v 11.1)
    iTunes free download from www.itunes.com/download

  • How to set MM02 should not allow to change account and costing view

    Hi all guru's
    How to set MM02 should not allow to change account and costing view details for orher users expect me,plz help me
    thanks
    ramesh

    Hi Ramesh,
                       Use the Authorization Object:  M_MATE_STA     Material Master: Maintenance Statuses
    Below are the Views for the MM02, Field STATM
    Whichever not wanted to be changed, please dont provide them.
    A     Work scheduling
    B     Accounting
    C     Classification
    D     MRP
    E     Purchasing
    F     Production resources/tools
    G     Costing
    K     Basic data
    L     Storage
    P     Forecasting
    Q     Quality management
    S     Warehouse management
    V     Sales
    X     Plant stocks
    Z     Storage location stocks
    Regards,
    Yawar Khan
    Edited by: 1234_abcd on Jan 10, 2012 8:14 AM

Maybe you are looking for

  • Everytime i record audio the file is smaller than it should be

    Hello, got a big problem Logic 9 Osx 10.6 - everytime i record audio the file is smaller than it should be and i need to drag it on the left side to get the original lenght. Can you help me please?

  • CUPS Simply Doesn't Work

    Hello, I've a HP PSC 1110 connected on my computer. I placed hplip before cups in /etc/rc.conf file. The services are started correctly and it seems to recognise my printer since i can see the statistics about it from the console with hp-* stuff.. An

  • Struts datasources

    I am trying to set up a DB connection that is defined in struts-config.xml using my bean (DBConnection.java). However, when I put in the line DataSource dataSource = (DataSource)context.getAttribute(Action.DATA_SOURCE_KEY);my compiler tells me that i

  • Pacman error with "/usr/share/man exists in filesystem"

    I'm installing archlinux. Follwing beginners guide, I'm now installing some booting packages, dosfools,efibootmgr, grub. Install Boot loader But every time I type pacman -S grub it makes error error: failed to commit transaction (conflicting files) g

  • Where can I get the FFRaster Font?

    In a previous version of InDesign that my designer had it had a font called FFRaster. I can no longer find this font & I really need it for a logo we have. I am now our company's in-house designer, so need it on my computer. I am using windows & have