Link to Top in Different JSP

There are three JSPs in a main JSP.
Header
Details
Footer
In my footer there should be a link. when i click that it should go to top.
It is just like .
But i think in above case JSP will be resubmitted. I dont want that. JSP should not be submitted.
~Aman

In case you need just a bookmark to scroll to the top position then add this tag at the position you require it ...
<A NAME="top"><!-- --></A>When the user click the link in the footer it would scroll to the top postion defined by you.
-Rohit

Similar Messages

  • Logoff Link go to 2 different URLs

    Hi Portal Knowledgeable Ones,
    I am running EP 6.0 SP13.  For portal authentication, we use IBM's IDM infrastructure.
    Our portal is used by internal users (intranet) and external users (internet).  For internal users, portal authentication is performed by our central authentication service.  For external users, authentication is performed by the portal's native capabilities.
    I have a problem with the Logoff Link.
    When internal users logoff, I need to redirect to the logoff URL for the central authentication system.  However, when external users logoff, I need to redirect to simply a static URL because nothing more than logging of the portal is necessary.
    How do I make the Logoff Link go to 2 different URLs, depending on user type?  Currently, I have 2 portal frameworks, one for internal, and one for external.  Can I utilize that somehow?
    Thanks,
    Kevin
    When internal users enter the internal portal URL, the request is directed to our central authentication system.

    Hi Kevin,
    The masthead is defined in the HeaderiView.jsp in the com.sap.portal.navigation.masthead portal application.
    In this JSP there is:
    GetLogoffURL method that gets the logoff URL.
    isAnonymous method that determines if the user is anonymous.
    Use these two to supply 2 different URLs.
    Hope this helps.
    Daniel

  • The best  way of carrying the search string across different jsp pages?

    I heard about transfer object. What about carrying object with session for different pages.
    Please suggest me the best approach to
    carry the search string across different jsp pages?
    thanks
    vijendra

    I doubt its possible even with a fancy HTML widget, although the last iBA update now allows links to other books.

  • How can I use the same object in the different jsp files?

    I am doing a project. I have finished my jave source files and compiled them successfully. And I also wrote a main method to test my classes, they also worked well. Now I am trying to use my jave code in the jsp files. But I meet a problem, in my method of java source file, I can generate a object of a class, and use it in the whole main method. But in the different jsp files, how can I do same thing?
    For example, in the .java file,
    Vector vl = new Vector();
    While ...{
    vl.add(...)
    In each of my .jsp file I want to do one loop of the above, meanwhile I want to do that in the same object.
    I hope you can understand what I mean. Really need your help!

    put your object into a session and you can the use it in all the jsps as long as the session is valid. Or you could create a static variable in the class that only creates one instance off an object and then create a static method to return this object.

  • How can I share values between different jsp pages?

    Hi,
    I'm doing a jsp, bc4j application (JDeveloper 9.0.3), and I need to share some values between different jsp pages. To do this,
    I have used the tag <jsp:usebean.....></jsp:usebean> in this way:
    on pageone.jsp
    <jsp:useBean id="param" scope="session" class="MyPackage.Parameters" ></jsp:useBean>
    on pagetwo.jsp     
    <jsp:useBean id="param" scope="session" class="MyPackage.Parameters" ></jsp:useBean>
    and so on, in order to refer to the same instance of the class "Parameters".
    After deploying, the application works well only if the client is the same pc where the AS resides, otherwise the variables of "Parameters" are null.
    Please, could you help me?
    Thanks
    Nunzio.

    I am seeing an indication on 9.0.3 that static includes are not static, but instead always dynamic. The compiler generates a call to the included page, and doesn't include the content in the calling page as it should.

  • How to change a text item to have a link that opens a different page?

    Hi,
    How to change a text item to have a link that opens a different page?
    Thanks,
    Guy

    Hi Denes,
    I understood what the code will do. But it did not work.
    ...a href="f?p=&APP_ID.:2:&SESSION.">LINK</a...
    By default, P5_TASK_NAME displays Task Name which is passed from Page 3.
    So I changed your code as follows so that P5_TASK_NAME value may be displayed with a link.
    ...a href="f?p=&APP_ID.:3:&SESSION.">:P5_TASK_NAME</a...
    But P5_TASK_NAME value appears without any link and does not open page 3.
    Then I created a new text item (display only) in the same HTML region in page 5 and entered the following code in the default box:
    ...a href="f?p=&APP_ID.:3:&SESSION.">LINK</a...
    When I ran the application, it displayed the whole code as text.
    How can I display P5_TASK_NAME value with a link to open page 3?
    Would appreciate your help.
    ... to be replaced with < or >
    Could you please let me know how to display link code correctly?
    Thanks,
    Guy
    Edited by: GUY3 on Mar 11, 2009 4:20 PM

  • Return Links at top of Report?  Legend Labels on Bar Chart Rollovers?

    Hi,
    I have two questions.
    1. Is there a way to easily put the 'Return' links at the top of all reports? i.e. is there a template I can edit to do this to all my reports? I have hundreds of reports and changing them all by hand by putting a static text with HTML isn't really an option for me.
    2. Is there a way to show the Legend value when you hover over a Bar on a Bar Chart. I'm pretty sure pie charts do this, but in my Bar Chart, hovering over the individual bars only shows the value. I would like for it to also show which legend item it is when a user hovers over.
    Thanks,
    Kevin

    Kevin,
    I was looking into the issue. I can confirm that the scid code that's generated is dynamic.
    I also looked into the return link - the code is the following (you already know this).
    td class="ResultLinksCell"><a href="javascript:void(null)" onclick="return ViewBack('d:dashboard~p:9md8uku78u84kdge~r:kug9avdjlblr24fq','DrillBack','1pnm8a1lmln3ml08v6lil3d8gi');" title="Return to the previous page" name="SectionElements">Return</a</tdI checked several JS files in OracleBI\web\app\res\b_mozilla folder - tableview.js, viewhelper.js- although I found the function responsible for Return link (viewback) - I couldn't find the xml where you'd need to put that link in front of the following code - div id="idResultsTableParent"><table id="saw_146_3" class="ResultsTable" I suggest you search for the place in xml where it's generating table view and put the return link on top of the table.
    Edited by: wildmight on Apr 14, 2009 8:04 AM

  • How to go to different jsp pages based on different selection?

    I put SELECT and OPTION in the page. I want to go to different jsp
              pages when different OPTION been selected, but there is only one URL
              in the action attribute. How can I do it ?
              

    add a javascript on the select tagg:
              onchange=javascript:jump(this);
              Then make a javascript to pull out the url from the value attribute in the
              selected option tagg.
              http://javascript.internet.com/
              "hgui" <[email protected]> wrote in message
              news:[email protected]..
              > I put SELECT and OPTION in the page. I want to go to different jsp
              > pages when different OPTION been selected, but there is only one URL
              > in the action attribute. How can I do it ?
              

  • Want to disable one of the sub link in top menue "Goto"

    Hi All,
    Can anyone tell me a way of disabling the sub link of Goto link in top menu.
    ex: Goto > Cost > Analysis ("Cost" I want to disable) this you can find in COR3 - Process Order Header screen.
    Thanks
    Dinesh
    Edited by: Dineshv on Jun 7, 2011 6:52 AM

    Hi Martin Voros,
    What you are saying is wrong i guess. Because in our company some times users complaining that they can't save reports as a local file since the "List > Save > Local File" link is disable (ash color). Once i give the autherization for object S_GUI field name ACTVT = 61, they can go ahead with that and save it as a local file.
    Like wise if some one tell me the obect for "Goto > Cost > Analysis" that is enough i beleive.
    Thanks
    Dinesh

  • Linking lap top to play movies on tv

    HI:  attempting to link lap top to tv.  Its an older tv  so have a hdmi converter plus useing new coponent cables. Get  a picture on tv but rolling. And are there any settings I need to hook up with tv. Could it be that puter digital and tv isnt.

    Hi @Johnnytwelve ,
    Welcome to the HP Forums!
    It is a great  place to find answers and information!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that you have connected your TV to you notebook.  All is working well except the picture is rolling on the TV.
    You should be able to correct this issue using a setting on the TV.
    Here is an article from ehow.com to assist you.  How to Troubleshoot a Rolling Picture on a TV
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • What does the wifi sybol with the link on top of it mean?

    I can't get my iPhone personal hotspot to work anymore. The sybol on my MacBook is not the usual wifi symbol but it now has a link on top of it. What is that please, and how can I get it to go away and get my tethering to work again?
    Thanks,
    Cathy

    If you switch of the display of the AVG toolbar, is it still there? To switch toolbars on and off, you can right-click a blank area of the tab bar or right-click the new tab (+) button.
    If it is not part of that bar, is it in the "notification area" of the address bar? When applicable, this will appear to the left of the globe/padlock icon that indicates whether you have a regular or secure connection. To get an description of a notification icon, you can click it and a panel should appear below it.

  • (261680070) Q WWO-13 How can I link workshop to a different WLS instance?

    Q<WWO-13> How can I link workshop to a different WLS instance?
    A<WWO-13> Use the Workshop menus. Select the Tools menu, then choose Preferences.
    Select the Paths tab and then specify the domain and server that you wish to connect
    to.

    Additional Information supplied by John Methot:
    Unfortunately, that's not all there is to it. You also have to make sure
    both the Workshop IDE and the WLS instance are looking at the same project
    filesystem. This means you have to share the filesystem from the WLS
    machine (typically) and mount it (or, in windows, map it) on the IDE
    machine. Specifically, you want to share/mount/map the directory that is
    the parent of the domain directory (so, be default,
    c:\bea\weblogic700\samples). Then, in the preferences dialog, you have set
    the "config directory path" that that mount point and then select the domain
    ("workshop"). Now you're set.
    If you don't do this, things might sort of seem to work but won't. You'll
    be editing happily away on the IDE machine, but running unmodified files on
    the WLS machine (the real files).
    Bottom line: there is no file transfer feature between the two machine in a
    remote configuration. Both machines have to see the same file system.
    "Adam FitzGerald" <[email protected]> wrote:
    >
    Q<WWO-13> How can I link workshop to a different WLS instance?
    A<WWO-13> Use the Workshop menus. Select the Tools menu, then choose Preferences.
    Select the Paths tab and then specify the domain and server that you wish
    to connect
    to.

  • How t o add Link with a button in jsp

    hi,
    I want to add link with a button in jsp. How will i do it? Is there anyone who can help me? Please help me.
    With Regards
    Bina

    Try this,
    <input type='button' onclick='window.location="a.html"'>

  • Link to top-level navigation items

    hi all,
    does anybody know how to create a link to a top-level navigation item from an jsp iView? the idea is similar to Home-page and area-page concept in the new ESS with WebDynpro. From the home-page, users can navigate direct to an item which is displayed in the top-level navigation. fyi, we are on EP6.
    Thanks in advance.

    Hi,
    You can create links to any navigation node, the keyword here is NavigationTarget.
    Check this for more:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/014421d21d6fade10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/frameset.htm
    Regards,
    Praveen Gudapati

  • Fade in text link on top of image

    Hi,
    I am fairly new to flash so forgive me if this is an easy
    question. I have a flash header that will be made up of an image
    being faded in then out to be replaced by another image etc for up
    to four images. I have been able to do this fairly easily but what
    I would like to do next is when each image has fully faded in, I
    then fade in some text on top of the image which will become a link
    to a page on the site. Each of the four images will have different
    text and links associated with it.
    Anyone got any suggesstions on how I can achieve this look
    and functionality ?
    Cheers
    Macca

    Make the text a movieclip or a button. Then you can fade it
    and use it as a button.

Maybe you are looking for

  • Purchase Order - save data via BADI failed

    Hi all, I have created a zfield in a new tab at item level  of the purchase order that saved data into a custom table successfully. This is via BADI. However I like to save the zfield into ci_ekpodb which stored into EKPO.  In the function module tha

  • CF card stalled

    My CF card is downloading and has stopped at 200 of 400 pictures. I cannot get the computer to stop trying to download so I can pull the CF card out.

  • IP Communicator not working on different LANs

    Hello All, Really strange problem, and was wondering if anyone has cme across a similar situation... We have a Cisco UC560 in the UK. There are remote workers who have laptops. On there laptops they have a IP Softphone running (the latest version) Th

  • Does Anyone Know Of The fxscript Function In FCE That Shows Date And Time?

    iMovie reads the Date and Time of a clip but FCE does not. Simon, Piero and I suspect there must be some undocumented fxscript function that could do this. If anyone has any information, please let us know. Ian.

  • IDOC  error  message in SRM 3.5

    Hi all,    I am using SRM 3.5(EBP 3.0)with ITS and R/3 4.7. While executing the service "Create shopping cart",after  ordering the item i.e. saving the shopping cart,the approval workflow is executed but when i login as the approver and go to the wor