Customise AFP Masthead in NW 7.02 Portal

Would someone tell me how I can remove the "Search In:" and "Advanced" screen elements from an AFP Masthead in a NW 7.02 Portal? I've looked at the Ajax Masthead iview which doesn't seem to have any options to remove these two elements. I've also looked at the Theme Editor which doesn't seem to have a way of just removing the search elements.
Regards,
Tom Maggs

Hi Tom Maggs,
The simplest way to perform these types of customization is by playing with the properties of these elements. You can reduce the width/height of unwanted elements to 0 (zero). Although these would be present on the masthead but cant be accessed, so this may serve the need.
If you are still unable to get the required, have to check other options.
Regards,
Nishant

Similar Messages

  • Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"

    Portal 7.3 masthead customization - How to remove Logoff dialog box "Are you sure you want to logoff?"
    I have recently upgraded our portal to 7.3 sps10 and we are using the Ajax framework
    I have a requirement to Remove the Logoff Dialog box "Are you sure you want to logoff?"
    I am able to Import masthead.war into NWDS and get the project ready for development with the appropriate jar and libraries.
    I am able to deploy the project also. I need help finding How to turn this dialog box off and just log the user off. I was able to accomplish this in Classic frame work page HeaderiView.jsp.
    I have looked at afpmasthead.org.sj and masthead.jsp. I am not a js/jsp developer.
    I can see the logoff dialog box being created but I am having trouble finding the logoff code.
    Please advise me on the code changes required to remove the  Logoff dialog box "Are you sure you want to logoff?" from the Ajax framework.
    Any help on this matter would be greatly appreciated.
    Thank you
    Sarah

    Thank you Troy for your Helpful Threads.
    Problem Solution:
    Followed the thread on How to download and change AFP Masthead on SAP Portal 7.3
    Located the file which contains the logoff code from thread http://scn.sap.com/thread/3265584
    The File with the Logoff coding in it is a Javascript file afpmasthead.js
    Identified logoff code without dialog box using this thread https://scn.sap.com/thread/3307601
    NovaDialogBox.performLogout();    (perform logoff)
    I was able to remove the Logoff dialog box Do you really want to logoff? And replace it with logging the user off.
    afpmasthead.js  All the code is on 1 line,  To fix this go to -->Source -->Format
    Comment out the following lines of code and replace with logoff code
    logoffLinkElement.onmouseup= function(aS) {
    logoffLinkElement.onmouseup= function(aS) {
    NovaDialogBox.performLogout();
    Sarah

  • Portal Run Time Error in Masthead

    Hello Members,
    I am getting Portal Runtime error on Masthead, when request goes to one of our servers. When we searched the default trace files we got the exception as below
    Error in service call of JSP Resource
    Application Name: com.xyz.prt.fin.masthead
    Could you please let me know what are the root cause for this error.
    Caused by: java.lang.ClassCastException: class com.sap.portal.navigation.afp.MastHeadBean:WCE_PRIVATE_CL_sap.com/[email protected]ParentClassLoader@5ef21664@alive incompatible with class com.sap.portal.navigation.afp.MastHeadBean:WCE_PRIVATE_CL_sap.com/[email protected]ParentClassLoader@4b30cae1@alive
    Regards,
    Dhruv

    Hi Dhruv
    From the error and looking at the java.lang.ClassCastException, it appears that there are two private
    class loaders for the same masthead application . The most likely cause is that the masthead application was restarted on the system either because of its own restart or because of another dependent application was restarted/deployed.
    The masthead stores some Bean is the session which is later being used in a JSP. As the Bean was loaded before the restart of the com.sap.portal.navigation.afp.masthead application the casting fails.
    This issue will not occur for a newly started server.
    So kindly restart the server and check if you are still facing the issue or not.
    Regards
    Santarshi Samanta

  • Masthead customization in EP7.3 AFP

    Hi
    I need to customize the Masthead of AFP in EP7.3. I have created one web module project by importing the file com.sap.portal.navigation.afp.masthead.war downloaded from server. This code has been built and downloaded successfully.
    After looking tnto the code in masthead.jsp, I was expecting some css files present in the project folder structure. But I can't find any there.
                        <td class="logobar_container" id ="logobar_container">
                             <div id ="logo" class="logoImg"></div>
                        </td>
    I am not able to locate the class referred in td and div tag. Could anyone let me know where to find these definitions?
    Kind Regards
    Kaushik

    Hi Detlev,
    I want to modify the default value 100% to 80% of AFPBodyWidth of class BODY in the css file AFP_<browser>.css.
    I could not find this property in portal theme editor.  I tried to change this value in the following css file:
    com.sap.portal.design.portaldesigndata/themes/portal/<theme_name>/AFP/AFP_ie6.css  But it is not reflecting during runtime. I know this is not the right way of editing css. But I tried to check it.
    Where Can I change this property value.?
    Regards,
    Eben Joyson

  • Com.sap.portal.navigation.masthead.par from Portal 7.0 to 7.30 deployment

    Hi all,
    I must to deploy the "com.sap.portal.navigation.masthead.par" from Portal 7.0 to Portal 7.30
    I'm doing the following steps:
    - Convert .par to .ear
    - Import .ear to NWDS 7.30
    - Deployment perspective > Import > File System > com.sap.portal.navigation.masthead.ear > Start
    Results log:
      S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           0
    Failed deployments:           1
    ~~~~~~~~~~~~~~~~~~~
    [ERROR CODE DPL.DCAPI.1031] AllItemsAlreadyDeployedValidationException.
    Reason: ASJ.dpl_dc.003456 All batch items are marked as AlreadyDeployed because of Version check.
    1. File:D:\Documents and Settings\corellavpd\Escritorio\com.sap.portal.navigation.masthead.ear
    +     Name:com.sap.portal.navigation.masthead+
    +     Vendor:sap.com+
    +     Location:SAP AG+
    +     Version:1+
    +     Deploy status:AlreadyDeployed+
    +     Version:LOWER+
    +     Description:+
    +          1. Already deployed component has version:7.3005.20110929162215.0000+
    How can I deploy in Portal 7.30 an older version of "com.sap.portal.navigation.masthead.par" ?
    Thx!
    M.
    Edited by: ALL NEW Arinso on Nov 17, 2011 12:54 PM

    Hi Detlev,
    Thanks so much for your reply. Regarding "Create Portal Archive (EAR File)" everything is understood, thanks! In NWDS 7.3 everything must be deployed via .ear file
    Regarding the libs... yes, of course I know I compile the sources against some libs Then, I'm gonna type it an example:
    - NWDS 7.0 > import com.sap.portal.navigation.masthead.par
    Everything is ok and working. Now, the same in 7.3:
    - NWDS 7.30 > import com.sap.portal.navigation.masthead.par > LogInRedirect.jsp > exactly the same code as NWDS 7.0 (of course), but with errors in lines:
    <%@ page import = "com.sapportals.portal.navigation.*" %> >>> The import com.sapportals.portal.navigation cannot be resolved
    <%@ page import = "com.sapportals.portal.prt.runtime.PortalRuntime" %> >>> this is resolved correctly into SAP_EP\resources\prtapi.jar
    I understand I must to add the corresponding libs for "com.sapportals.portal.navigation.*" to be used... but how I could know which one and where is located? I hope I'm explaining myself clear...
    Thx!!
    M.
    Edited by: All NorthgateArinso on Nov 23, 2011 4:47 PM

  • Interlink Between Customised Field in PO and Portal

    Hi,
    we have developed a customised Filed in Backend system for PO screen.
    my client is asking the same needs to be appeared in the EBP Purchase Order also.
    how this can be done?
    is there any thing which is related to Portal in the above case?
    please explain what is the  importance of Portal when there is replication.
    regards
    subhash

    hi,
    what is the link between customised fields in EBP or R3 to portal.
    can you explain on this?

  • Portal Runtime Error when changinG Welcome Message

    Hi Experts,
    Here is the what I did :
    Downloaded com.sap.portal.navigation.afp.masthead WAR file.
    Imported to NWDS with a name com.sap.portal.navigation.afp.masthead.cust
    In the AFPMasthead_nls_en.properties and AFPMasthead_nls prefixed the Welcome Messgae text(WELCOME_MESSAGE with a text 'Sandbox'
    Changed the application name in Portalapp.xml from com.sap.portal.navigation.afp.masthead to com.sap.portal.navigation.afp.masthead.cust.
    Build and Deployed the WAR.
    In portal created new Iview with com.sap.portal.navigation.afp.masthead.cust WAR for Masthead and made standard invisible in AFP.
    It gives below runtime error:
    Exception ID:10:51_04/04/14_0006_4730550
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Application name : com.sap.portal.navigation.afp.masthead.cust
    Please see the attached file for details of exception.
    Urgent help is needed, points awarded to useful answers.
    Regards,
    Sumit Oberoi

    HI Saar,
    I have checked this document but not clear about step 3. Where to get the Masthead.java, MastHeadBean.java, Utils.java files from.
    Also my project does not have mastHeadBin.java . I have also checked this in the unzipped WAR.
    Please suggest.
    Regards,
    Sumit Oberoi

  • Differences between showing smartform in Portal and Backend

    Hi SAP Experts,
    we have developed a smartform which should be opened by clicking on a button integrated in a BSP-Application. All seems to be ok except for one little piece of text that is not shown (Exactly, the text is a calculated value).
    We tested the same smart form in backend-system and there the text is shown. There are no problems.
    So is there a difference between showing the same smartform in enterprise portal at the one hand  and in sap backend at the other hand?
    Best Regards,
    Nadin
    Systems/Software:
    Adobe Reader 8
    EP 7.0 SP 13
    SAP ERP 2005

    hi,
    what is the link between customised fields in EBP or R3 to portal.
    can you explain on this?

  • Portal Users hits count on the homepage

    Hi all,
    I want to put hits count (total number of visitors) on my portal homepage, just like any other website. Don't have any idea how to do it. Can anyone guide me on this. Waiting for some quick response.
    Thanks in advance,
    Ganpati Jha

    hey ganpati .
    open your portal, login into  it.
    step1: go to tab into the top level navigation bar  System administrator --> support --> portal runtime --> browse deployment (in Test and Configuration Tools admin tools) --> download com.sap.portal.masthead.bak
    step 2:now rename that com.sap.portal.masthead.bak to com.sap.portal.masthead.par
    step3:
    now import that par file in netweaver developer studio and make the necessary changes like putting a variable to get incremented each time mast head is loaded. this way u can keep track of the number of hits.
    step4:  include .jar files of the downloaded par file to the
    for any clarification please ping again.
    reward if found useful.
    thx and regards.
    Anoop Gupta

  • Trying to find SCA file that contains pagetoolbar and masthead par

    I am trying to find which SCA file ultimately contains the par files:
    com.sap.portal.navigation.masthead,par and
    comp.sap.portal.navigation.pagetoolbar.par
    I have found apintergtaor in EPPSERV par, but cannot locate correct SCA for these.
    ( Iwas thinking maybe EPBC ot EPBC2, but not sure if this is correct)

    Hi Brad,
    In EP-PSERV - com.sapportals.nav.defaultheaderiviews.sda contains the masthead.
    Best Regards,
    Assaf Klieger

  • Masthead Log off link clicking time getting Exception.

    Dear Experts,
    Please give solution.I am facing exception when i clicking the log off link in the masthead.This is the Error.
    Exception ID:06:49_21/08/14_0011_9271950
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Application name : com.vendor.masthead
    Component : pcd:com.sap.portal.system/gpal_hidden_content/gpar/com.vendor.masthead/logoffConfirmMsg
    Component class : com.sapportals.portal.navigation.LogoffConfirmMsg
    User : Administrator
    at com.sap.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:786)
    at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:245)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
    at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
    at com.sap.portal.prt.pom.PortalNode.service(PortalNode.java:590)
    at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:233)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
    at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:520)
    at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:101)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.prt.dispatcher.CustomHeaderFilter.doFilter(CustomHeaderFilter.java:58)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:441)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.portal.prt.core.PortalRequestManagerException: PortalRuntimeException
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:347)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:380)
    at com.sap.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:88)
    at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:222)
    at com.sapportals.portal.navigation.LogoffConfirmMsg.doContent(LogoffConfirmMsg.java:24)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.doRefresh(AbstractPortalComponent.java:358)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:203)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:292)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
    at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
    ... 57 more
    Caused by: com.sap.portal.prt.broker.PortalComponentNotFoundException: getJSPResourceComponent failed
    at com.sap.portal.prt.broker.PortalAppBroker.getJSPResourceComponent(PortalAppBroker.java:461)
    at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:300)
    ... 68 more
    Caused by: com.sap.portal.prt.om.ObjectNotAvailableException: Object: [jsp/[email protected]] load failed
    at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:246)
    at com.sap.portal.prt.om.ObjectsManager.getObjectHandle(ObjectsManager.java:147)
    at com.sap.portal.prt.broker.PortalAppBroker.getJSPResourceComponent(PortalAppBroker.java:456)
    ... 69 more
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Error while processing jsp: portal module name = com.axis.masthead, JSP name = jsp/LogoffConfirmMsg.jsp
    at com.sap.portal.prt.servlets_jsp.JSPProcessor.processJsp(JSPProcessor.java:67)
    at com.sap.portal.prt.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:131)
    at com.sap.portal.prt.broker.PortalComponentItem.load(PortalComponentItem.java:371)
    at com.sap.portal.prt.om.ObjectsManager.createObejctHandle(ObjectsManager.java:234)
    ... 71 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: [Error in executing the compilation process: [ Compilation Failed! Exit Code=1
    My portal  version is  7.4.
    Thanks for advance,
    Durga Rao.

    Hi Deepa,
    When i am clicking the Log off that time popping window level only exception getting.That to par to ear converted after deployed in server that time Log off and Log in iViews working but when i imported Studio and added jars updated ear file deployed that time it is not working.That time only i am getting the exceptions.
    That to i am not changed any code in this LogoffConfirmMsg.jsp .Only componentRequest is showing error that time i added this two lines of code
    <%@ page import="com.sapportals.portal.prt.component.IPortalComponentRequest"%>
    <%IPortalComponentRequest componentRequest = (IPortalComponentRequest)pageContext.getAttribute(PageContext.REQUEST); %>
    that's all.
    @Hi Etay,
    What your given that note not helping for me. Because we are using Version 7.4 SP 7.
    any other help please share me the solution.
    Best regards,
    Durga Rao.

  • Fetching Portal Server Time in Par file

    Hi All,
    I had a requirement where i am customizing the Masthead par file and the client wants Time on the Masthead, that should be from portal Server. I could successfully show the time on masthead using javascript but that time is from client system.
    But my client wants the time of Server.
    Please help me in this.
    Regards
    Raghu

    Hi Micheal,
    First of all thanks for replying me.
    Let me clear my requirement.
    Now i am modifying Headeriview.jsp file in Masthead par file.
    In this when i instantiate new Date(). This will fetch me client system date, but not server date.
    Can u please ellaborate your answer.
    Thanks
    Raghu

  • Portal CRM integration Requirement

    Hello,
    I have Portal system ( 7.0 )and CRM system which are connected via SSO. it is for implementing CRM business package
    I have a following requirement:
    1. I open the portal in the browser.
    2. I login into it.
    3. It should open the CRM BSP application without any masthead. i.e.e NO PORTAL features. it should be like logging on to the CRM system directly via web.
    But there are other applications whihc should be displayed in normal way.
    Problem is also that the users cannot use some shortcut keys of CRM in portal.
    I do not know whether the users are separate for different applications.
    I do not know how can this happen or whether this can happen or not:
    Regards,
    Aditya Deshpande
    Edited by: Aditya Deshpande on Jan 14, 2010 3:27 PM

    Hi Aditya,
    You can't avoid the masthead only for one role (CRM) .  Masthead is shared across all portal roles if that is assigned to your default desktop.
    Here are few options in which you can avoid showing mast to end  users while accessing CRM applications.
    1)  When you click on role : open the CRM application (Iview) in to new window . Set the iview property  "launch New Window" to "Display in seperate Headerless Portal Window"
    2) You can create new desktop with out mast head and assign to all CRM user group in Desktop & Display rules.  in this case all the CRM users won't see mast for all roles. I am not sure how it can help in your case.
    Thanks
    Aravind

  • Windows Intune - customise look and feel

    Hi all,
    I have a question regarding Windows Intune.
    To provide some background, I have a customer evaluating Windows Intune and one of the questions were.
    Windows Intune will be integrated with SCCM 2012 R2.
    Can you lockdown the home screen, set wallpapers and other display settings to display the corporate colours and layout? this requirement is cross all devices IPhone, Ipad, Android and Windows Phone.
    thanks in advance
    cheers

    There are only a couple of customisations you can make eg. company name, portal colour.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Need Scrolling message in portal

    Hi,
    As per my requirement, i need a scroll message at my portal.I mean a marquee....
    Here i want to place...Is it easy to put marquee at login screen or at masterhead area?
    which is easy to proceed...Kindly give coding also....
    Thanks in advance
    Renu

    Hi,
    It is an easier option to actually add ascrolling text in the masthead .
    What you need to do is download a par file(com.sap.navigation.masthead.par) from ur own portal
    <system admin>support>portal runtime>browse deployment>search & download the par file.>
    After downloading save it with adiferent name with extn par andthen import it to nwds as par.
    Open the portal-inf inside that there is jsp folder which contains header view .jsp open it and now we wil add the scrolling text .
    come to the end of it i.e just after </script add your code  something like this:
    <html>
    <head>
    <MARQUEE DIRECTION=LEFT SCROLLAMOUNT=2 bgcolor=RGB(209,209,209)><b><font face="Book Antiqua,Garamond" color="blue" size="2">
    </b></font>
    </MARQUEE>
    </head></html>
    Hope this will definetely help you and is the eassiest way out.
    ask if you have any doubts in this.
    Regards
    Pooja

Maybe you are looking for

  • APEX_UTIL.GET_BLOB_FILE_SRC function

    I started with tutorial "Defining and Viewing BLOB Data in Oracle Application Express 3.1" When I realized the links is broking"(http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/api.htm#CHDICGDA)" I founded about the "APEX_UTIL.GET_

  • I can't find iplanet-am-static-group

    After intstallation JES, and during configuring now postinstallation, Access Manager step, i cant find the attribute iplanet-am-static-group. I enbaled successfully the plugin Referential integrity postoperation. But when adding the indexes. Anyone h

  • I reside in india but i want to gift a friend in canada an ipod touch how would i go about this, i reside in india but i want to gift a friend in canada an ipod touch how would i go about this

    it says that i cant use a credit card that has a billing address outside canada so how do i got about it. i dont want to have to wire the money to my friend and say go buy yourself an ipod and pretend to be surprised wen it comes home , now can i ?

  • IOS 6.4.1

    After downloading the new update IOS 6.1.4 I have met complications. When I'm calling someone they can barely hear what I say. Does anyone have a solution to my problem

  • GrandpaAlx

    I had a Palicomp Computer 64 bit running Windows 7 Home Premium and,on behalf of my grandson Brian Jonas Ipurchased Microsoft Office Pro 2010 in 2010 for my Grandsons use when doing Homework online. Regrettably the Palicomp Motherboard failed in May