Spaces PS3 - Need to add custom code on  logout  from spaces or content

Hello
I Need examples or samples on how to add custom code to delete specific cookies on the IE or FF browser when the end user logs out from /webcenter and|or /cs pages
I've been told to add a custom template with a modified logout button - but I can't find any example on how to do that. (add template and button plus specific code)
Regards

In template level you can do it.
If you use template1.jspx for your custom template,then add clientlistener to logout link or in custom button (you created ).
Add javascript code in your webcenter applicatoin (spaces ) . For references of javascript you can use the following links.
1.http://www.perlscriptsjavascripts.com/js/cookies.html
2.http://www.mindfiresolutions.com/How-to-delete-cookies-programmatically-using-Javascript-269.php .
In webcontent folder (generally you will found it as public_html folder) , place the javascript file.
In this way , you will resolve your problem.

Similar Messages

  • How to add Custom code in Report Painter

    Hi All,
      I have a requirement to add Authorization checks at Profit Center Level for 8A-PCA001G report. This is the first time am working on Report Painter/Writer. I am wondering whether i can add custom code or not. Please suggest me how to do this. I copied 8A-PCA001G into a zreport but did not find anywhere to add custom code.
    Any help would be really appreciated.
    Thanks,
    Kumar

    Hi Kumar,
    You cannot write custom code (0% coding) in an Report Writer/Painter report. The code is generated by SAP while generating the Report group. The only place in a report writer report where you can write very minimal code is at varables level or formulas inside reports.
    At the report group header level, there is provision to provide authorization group. Try that.
    Regards,
    Subin John.
    Edited by: subin john on Mar 24, 2011 10:36 AM

  • [svn:fx-trunk] 13130: Needed to add masking code to ListBase as well.

    Revision: 13130
    Revision: 13130
    Author:   [email protected]
    Date:     2009-12-21 14:11:16 -0800 (Mon, 21 Dec 2009)
    Log Message:
    Needed to add masking code to ListBase as well.
    QE Notes: I saw 5 bitmap failures in gumbo/components/MXItemRenderer.  The baselines show a few pixels of text that were not properly clipped.  There could be other bitmaps like that wherever DG or List were used.
    Doc Notes: None
    Bugs: SDK-24794
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/components/DataGrid mustella/gumbo/components/MXItemRenderer
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24794
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as

  • How to manually add custom code snippets to Xcode?

    I have a lot of code snippets made for programming. In the past, when I used MS Visual Studio , I could simply add my own snippets , but in Xcode I can't find where to add custom codes.

    See this link.

  • Need to add custom button (xml) in VA05

    I need to add a custom button (xml) to report output layout of VA05. Even the corrsponding functionality needs to be written for this button. Without changing the SAP standard code using Access keys, is there any other functionality in which we can add the button and write the code.
    Please send me detail steps in this regard.

    Hi Ramesh,
    As i knoew in case of va05 there is no badi or exit available to achieve this functionality.There is a provision to add some fields in report out put.I hope this is possible through a custom one.
    Regards,
    Madhu

  • PR Workflow need to add custom URL

    Hi
    I need to add a custom URL in the Purchase Requisition work flow mailer notifications.
    Please let me know you suggestions on this.
    Regards
    Yram

    Hi Ramesh,
    As i knoew in case of va05 there is no badi or exit available to achieve this functionality.There is a provision to add some fields in report out put.I hope this is possible through a custom one.
    Regards,
    Madhu

  • Need to add custom fields in Report RM06EN00 ( Tcode ME2N ) in the Output

    Hi,
            MY requirement is i need to add 10 custom fields in the standard program RM06EN00  whos tcode is ME2N.
    i have appended the fields in the EKKO table and they r now available in the dynamic selection screen of the report RM06EN00.
    But i need to display this fields in the output and these fields should also be available in the change layout of the ALV report which is displayed when u click on the change button after pointing the cursor on the PO number.
    I am looking out for any enhacement though which this requirement can be met. however my second option is to copy the standard report to a z program and modify it.  but i think it will not going to be east and it may take a lot of time..
    Need both advice and answers for this soon.
    Thanks in advance.
    Best Regards,
    Fardeen

    If you have want to add fields in Field catalog from se11 Add fields in this structure MEREP_OUTTAB_PURCHDOC using append structure and activate and execute ME2N with BEST_ALV IN SCOPE LIST U WILL find in change layout.

  • JS scripted needed to add custom text plus filename to file info in document title

    Would greatly appreciate any help with this one...
    JS script to add custom text plus filename to file info in document title
    many thanks

    Super :O)
    I have a folder of say 50 images and I want to run a JS script batch
    example in the document title :  image Nr 81205
    custom text is "image Nr" +  file name "81205"
    activeDocument.info.title =" image Nr" + decodeURI(activeDocument.name);
    would this be correct without seening the file ext
    many thanks

  • Customizing a user logout from the desktop redirect to the anonymous user desktop

    I am trying to customize a user logout from the desktop redirect to the anonymous user desktop by coding as follwing:
    in menubar.html file. But this code could not work. Can anyone help me on this? Thank you.

    slec75,
    Check out this thread for some direction:
    http://www.adobeforums.com/webx/.3c05c6ec/1
    Shane

  • Need to pull postal code in SO from customer master instead on postlcd/city

    I want  postal code to be pulled in sales order - partners tab for  bill to party from customer masater/ under PO box adress.
    Currently it is pulling postal code/city from customer master/ under street address.
    Is there any standard con-fig available for same ?
    please reply,
    Thanks and regards,
    Sujit

    normally not but in asset reporting there seems to be a relation between structure and report-name (not tcode)
    go to tcode se11 and search for structures with search term FIAA_SALVTAB* and you'll find some structures.
    The last part of the name (RABEST, RABEWG ) is the link to the report (RABEST01, RABEWG01)
    hope that helps
    Andreas

  • Need to add customer fields in CRM_DNO_MONITOR

    Hi Experts ,
    Using EEWB i created few customer fields in CRMD_ORDER.
    Now same fields i am adding in CRM_DNO_MONITOR.
    I enhanced standard program "CRM_DNO_SERVICE_MONITOR" for CRM_DNO_MONITOR.
    Added new selection screen for customer fields. Now i can see these fields in CRM_DNO_MONITOR. Now i want to implement search criteria for the same.
    Can you please help me where to add this search criteria?
    Thanks in advance ,
    Vijay

    Hi,
    While adding this field through EEWB, did you try to make this field "search & result" relevent? If you specify it search and result relevant it would directly be availble in the respective search and result views.
    In this scenario framework will take care of adjusting the logic of search/result for custom fields added through EEWB/AET.
    Hope this helps.
    Cheers,
    Sumit Mittal

  • Need to add hidden WiFi Networks manually from code in Windows Phone8

    Hi Guys,
    Dear tech team experts can you please help me over this?
    I am working on a automation part in Windows Phone 8 applications. I want to verify my WiFi settings through an automated script. What I actually supposed to do was , I have to add a hidden WiFi network through code  C# and  enter the credentials
    and then have to verify the connected network. Is there any provisions available in Windows Phone 8 to do such a task. In Android we have implemented the same scenario as I explained above. Want to know whether I can achieve my scenario in windows phone also. 
    Regards,
    Ganesan S

    Hi Mawy - WP8 does not have any APIs that allow the app to connect to WiFi, whether visible or hidden.  These operations are reserved specifically for the OS and the user must interact with the phone.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Need to add custom field on Create Expense Report in ESS

    Hello all,
    How should i procced  for adding custom field on portal while creating travel expense report.?
    Please help.
    Regards

    Solved

  • Need to add custom fields in J1IH  tcode

    Hi Experts ,
    In J1IH  tcode we have to include two fields ATI1 and AT2. Please tell me how we add that if possible please provide me the sap note ...aas well .
    Thank you for your earlier help.
    Regards,
    Venki

    hi
    check this note
    616697 NCCD changes - Budget 2003

  • Need to call custom version of RSNAST00 from VF03 output type

    I have created a customized version of the RSNAST00 program which is valid for two existing ouptut types for billing condition "V3".  This new program (ZRSNAST00) works fine when called directly (i.e. se38).  However, when issuing output type via VF03, the old program is called (RSNAST00).  Is there a setting to tell the output type to use ZRSNAST00?
    FYI, I have checked NACE, and the output type references the print program (which is the same for both versions of the driver program. 
    Thanks for any help!
    jeff

    There is some special sort I had to include for printing.  Client needed to have page-number order (single page first, 2-page next, etc.) in the spool. 
    I may need to create new output type for the ZRSNAST00 version to run, and leave RSNAST00 for the "normal" single processing via VF03.

Maybe you are looking for

  • Reading HashMap Values From a File

    Hi, I haven't done file I/O in quite a while, so I'm a little rusty. I have a HashMap<TreePath, Entity> that I need to store persistently. Thus far I have been creating a new HashMap every time a new session starts and populating it with Entity objec

  • Socket Problem, Problem about printing the response from server

    Or even I am not sure if there is a response from server. My code is like that                //Connection between, httpProxy and target adress                Socket clientSocket= new Socket("some host", 80);                DataOutputStream outToServ

  • Mini 09 Sleep Problems

    Mini 09 2.0 4G RAM will not sleep unless forced. Tried many things. Any ideas?

  • Communities more button does not work

    This is really a general community question.  Pressing more at the bottom of user questions used to bring up the next batch.  Now it just flashes loading, but does nothing.  See on firefox/windows and safari/ipad.  As stated this seems to be happenin

  • How do you un-install without a disc?

    I have a mac BookPro i bought Feb 2011and never updated the OS, until i bought Mountain Lion and for some reason it's not going to port over anything from iPhoto, which is about 2k pictures etc.  i want to uninstall the OS and i do not believe i have