How to set the HOME link from two frame jsp page to no frame main page?

Hi all,
i have one main jsp page named as main.jsp.
From the main.jsp, i can click the button and link to the twoFrame.jsp.
This twoFrame.jsp have another two different jsp inside the frame called Aframe.jsp and Bframe.jsp.
i try to put HOME in the Aframe.jsp(one of the page inside twoFrame.jsp) but only the Aframe.jsp manage to link to main.jsp but the Bframe still there.
My question is: How to set the HOME link button from this twoFrame.jsp to the main.jsp? what i want is from twoFrame.jsp(two frame) to main.jsp(no frame).
rgds,
Bryan523

No offense, but this is basic HTML. You shuold look into learning HTML before getting too deep into JSP. Try this: http://www.w3schools.com/html/default.asp
But as a more specific answer, you have to set a target for the link to the _parent of your frame:
<a href="main.jsp" target="_parent">Home</a>

Similar Messages

  • Start page lacks menu items - unlike "How to set the home page" view

    I have just downloaded the beta of Firefox 4 and am attempting to reproduce opening home page from previous version. Directions on accomplishing this (loading the NY Times front page) depend on a menu bar with "File, Edit, View, History" etc. There are not visible. They are shown in the directions on Firefox Help but not on my computer. How to do this??

    Click the Firefox button, then click Options. This will open the options dialog that the [[How to set the home page]] article refers to.
    When viewing the support articles, in the right-hand column there is a section titled "Help With:", make sure it is set to Windows and Firefox 4 to get help relevant to the version you are using. In some articles you get different content when you select Firefox 4.

  • Firefox 4.01. I wish to have "Mozila Firefox S tart Page" as Start Page. I have used "How to set the home page" (tools, options, general, restory to default) but no result.

    # Numbered list item

    The part you are probably missing is
    When Firefox starts: "Start my Home page" (in the dropdown)
    the installed default home page is about:home in Firefox 4, but simply choose the "Restore to Default",
    then click on the "OK".
    see [https://support.mozilla.com/kb/How%20to%20set%20the%20home%20page How to set the home page | How to | Firefox Help]
    If that is not working then try instructions , and following the instructions suggest taking a picture of your toolbars first, so that you will be able to recustomize your toolbars afterwards, see [http://kb.mozillazine.org/Corrupt_localstore.rdf Corrupt localstore.rdf - MozillaZine Knowledge Base]
    After resetting, continue with [http://kb.mozillazine.org/Toolbar_customization Toolbar customization - MozillaZine Knowledge Base] and if you used small icons -- don't forget the checkmark for that in the dialog.

  • How to remove the Personalize link from the table layout displayed on Page.

    While i create a new page and a table layout is created on this page it displays a link called Personalize this table. For every table i create the same is displayed.
    If 10 such table layouts are there i get personalize options on all such 10 layouts on same page.
    If anyone of u knows @ this please help me out how to remove that link from the page.

    You can set the value for the profile FND: Personalization Region Link Enabled / FND_PERSONALIZATION_REGION_LINK_ENABLED to No.
    For additional information, please check the Personalization topic of the Oracle Application Framework Profile Options chapter in the OA Framework developer's guide.

  • How to set the target directory from source filename using adaptor module.

    Hi,
    How im using a logical bypass scenario.I have to set the target directory using the sorce filename.There is no chance of using a Java UDF as my scenario does not have a Mapping(as it is a Bypass Scenario).The only option that i got is to use a Adaptor module.Can anyone help  me this.
    Thanks,
    Bhargav

    Hi,
    See this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/61e1407e858031e10000000a1550b0/content.htm
    hope it helps.
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.

  • How to set the Home screen blank in Iphone.

    I use iTunes to arrange icons in my Iphone Screen, i arranged it with 4 screens , ist blank, 2nd to 4th with some apps icon. When i sync , the blank home screen is occupied by 2nd and 3rd by 4th and 4th is set as 3rd. So how can i set by Home screen blank with only default Iphone apps at bottom.

    The only way to do that is to have a "blank" home screen icon on your first screen. Here's a site that has one already made for you:
    http://blank.appleiphone.fr/
    Instructions:
    http://www.iphoneincanada.ca/tips-tricks/how-to-create-blank-home-screen-icons-o n-iphoneipod-without-jailbreaking/

  • How to set the ODBC driver from Micorosft ODBC manager in vista 64bit

    Dear Sir/Madam
    I just installed Vista ultimate (64 bit) on my computer.
    After that, I downloaded and installed Oracle Database 10g Client Release 2 (10.2.0.3) from http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html
    Set up the network config from net configuration assistant is fine (tnsnames.ora).
    When I want to set up the system ODBC from Microsoft ODBC manager.
    I can't found oracle driver from Microsoft ODBC manager (only Sql Server driver is existing ).
    Why? and how to found it out?
    Thanks
    Francis SZE

    Database 10g Client Release 2 (10.2.0.3) from
    http://www.oracle.com/technology/software/products/da
    abase/oracle10g/htdocs/10203vista.htmlWhich means you will be using the 32-bit environment on top of the x64 based os (WoW64). Have you verified that the Database product is certified for Vista "x64" editions?
    http://support.microsoft.com/kb/896456/en-us
    I can't found oracle driver from Microsoft ODBC
    manager (only Sql Server driver is existing ).
    Why? and how to found it out?You are likely looking in the wrong place. DSNs with 32-bit drivers are managed through odbc admin tool in %systemroot%\syswow64\.

  • Firefox vers 5, crashes continually. Plus, it doesn't hold my home page. Needs reset every time the app has been closed. So with each crash, another home page reset. How can these issues be corrected. I know how to set the Home Page in the Option tab.

    Closing Firefox 5.0 resets Home Page to /www.searchqu.com. I know how to set it in the options tab.Earlier versions never had this issue. Plus, I return after being away to find that a "crash error" apologizing for the inconvenience. How2 can this be corrected?

    See these posts:
    https://support.mozilla.com/en-US/questions/790833
    https://support.mozilla.com/en-US/questions/816181
    Check and tell if its working.

  • How to delete the matching records from two internal tables

    Hi ,
    I have two internal tables say A and B of the same type. If A has 10 records and B has 4 records , I want to delete the 4 records in B from A .
    loop at B into wa .
    delete A where key = wa - key .
    endloop.
    takes a long time if the table B is huge. how can I improve the performance.
    Thanks.
    Gayathri

    Hi Gayathri,
    You could try field-symbols. It reduces the data transfer from the internal table B to the work area.
    field-symbols <fs_itab_b> like line of B.
    loop at B assigning <fs_itab_b>.
      delete A where key = <fs_itab_b>?-key.
    endloop.
    Regards,
    <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=zwcc%2fwm4ups%3d">anand Mandalika</a>.

  • How to get the row difference from two tables

    I am not good at SQL. Here is a problem I am having
    I have two tables say Employee_Master and Employee_Today. Employee_Today table is basically a subset of Empolyee_Master. At a given time, I want to query the database and and get all the employee names from Employee_Master table that are NOT in the Employees_Today table. How would I write that?
    Select a.name from Employee_Master a, Employee_Today b where ..........?
    Thanks for suggstions

    if i understand your requirement correctly try this:
    Select a.name from Employee_Master a
    Where  Not Exists
          (Select 'x' From Employee_Today b
           Where  b.name = a.name) ;hope this helps

  • How to stop the home button from vibrating, in an intex cloud fx firefox os phone??

    i have asked around and double checked my phone - but have not found any way to stop the home button (its the only button at the bottom of the phone). i feel there is no need for it to vibrate and as it is, the battery life is short in this phone.. so i want to stop the vibration and save as much battery as possible.
    hope someone can help me in this.

    Andrew, yes this is a good idea, it seems that way.
    venkyx, please include the following in the bug:
    *Build Id
    *Phone type
    *Steps to reproduce
    * What is expected
    * What actually happens
    bugzilla.mozilla.org is where to file the bug and please post back the url to the bug here. I will ask about the support for the device.

  • How to set the home page in FF14.0 for Android?

    Just installed FF14.0 for Android. Previous versions allowed users to set their own home page - how is this done in this version?

    Shame Firefox does not have ability to support this.
    Have recently downloaded Firefox Beta for Android & had been using Aurora. For both - get this Tab home page - not user choice. Was hoping the ability to select own Home Page would be added to a future update.
    Didn't like this feature in Chrome - so deliberately don't use Chrome in any OS. Lots of people complained about this in Chrome. Not sure why Firefox would want to restrict what users can do??
    (A key feature of Firefox & Netscape before it is that users are able to control & optimise for their own experience - which is the main reason it has been so well supported over many years.)

  • Every time I go to a new site, I also get "How to set the home page: Firefox help. How do I stop this?

    This is a Firefox help page that I didn't request, nor do I need.

    You can use the SearchReset extension to reset some preferences to the default values.
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • How do I redirect HOME link to anonymous desktop?

    Hi,
    May I know how to redirect the Home link back to anonymous desktop?
    Thank you very much.

    You can customize templates for the anonymous desktop by editing the menubar.html file and changing settings in the administration console.
    Edit the HREF definition for the Home link in the /etc/opt/SUNWips/desktop/default/iwtDesktop/menubar.html file.
    The following format reveals on how to set the home link from the desktop to be redirected to the anonymous desktop:
    <a href="/home?goto=/login/Anonymous?domain=mydomain>home</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to set multiple home pages, the option is gone (replaced my hard drive and had to reinstall firefox) This version seems to only offer tabs, not pages?

    My old version of Firefox had the option for me to set multiple home pages. My hard drive recently failed and had to be replaced, so I had to install the newest version of Firefox. The only option I see when I go to tools, options, general is to set the one home page. (and maybe tabs) I would like to open several of the same pages every time I open my Firefox. Does anyone know how to get this back, or which version had this feature so I can downgrade to that particular version?
    Also, I was wondering if there is a way to get the bookmarks I had on the old version back. I think they are lost forever, but if anyone knows, I would be thankful. I do still have the old hard drive, but the way it failed was actually when you tried to open any browser, the hard drive would go and blue screen, this is why the old hard drive had to be replaced. Thanks. :)

    So you mean you want to open new windows with the same page when you open Firefox?
    [[How to set the home page#w_set-more-than-one-website-as-your-home-page|Set more than one website as your home page]] should help if you want to open multiple pages when you open Firefox.
    As for recovering your bookmarks, you can try to plug that hard drive into a working computer, and then read [[Recovering important data from an old profile]] to copy your bookmarks from it. However, if it is failing you may not be able to do that.

Maybe you are looking for