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>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • 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>

  • How do I save a link to my desktop?

    How do I save a link to my desktop. In IE I used to save a link to my desktop for a website that I wanted to look at again. I guess I could bookmark it, but I usually only do that for sites that I visit often. In IE the option was under File > Send Link. Any ideas or suggestions?

    Hey terenceholt,
    This is actually really easy to do. All you have to do is go to the webpage that you want to bookmark. Click on the site icon to the left side of the URL and drag the icon to your desktop.
    It's probably easier to see it done, so you should look at the KB article [[Creating a desktop shortcut to a web page]].
    Hope this helps!

  • How do I redirect formula links in a duplicated table?

    I am putting together an annual accounts spreadsheet in Numbers. I have several worksheets with a set of tables for the first month. The final worksheet contains a summary table which gathers data from across all the tables on the other sheets. No problem so far. But when I create a new set of tables for the second month I also duplicate the summary table. Now all the values are still drawn from the first month tables. How can  I redirect all the formulas to the second set of tables? Is this possible?
    If this sounds a bit confusing, this is what I am trying to do by way of simple demonstration;
    I create Table A (January) in Worksheet 1
    I create Table B (January Summary) in Worksheet 2 - this contains formulas drawing information from Table A
    I duplicate Table A in worksheet 1 to make Table C (February) - and overwrite the cells with new data values. Table C remains in worksheet 1
    I duplicate Table B in Worksheet 2 to make Table D (February Summary). Table D remains in Worksheet 2. However, all the data values are still drawn from Table A (January). I now want them all to point to Tabel C (February) without having to manually re set all the formulas.
    There doesn't appear to be a one command way of doing this. Nor can I double click the cell formulas and type in a simple change - it seems I have to start the formula set up all over again.  Any help would be appreciated - even if it is bad news! I'm quite new to Numbers - but finding my way around!
    Many thanks

    Hi John,
    Rather than struggling with so many separate tables and formulas, which sounds unwieldy and error-prone, have you considered entering your data in one table and extracting monthy summary statistics and views as needed?  For example you could have something like this:
    The Purchases Data table contains only data you enter. There are no formulas there.
    There is only one formula in the Summary table, here copied from B2 across and down:
        =SUMIFS(Purchases Data::$D,Purchases Data::$B,$A2,Purchases Data::$C,B$1)
    Granted, it's an indimidating-looking formula. But if you look up SUMIFS in the function browser you'll see how it works. It's much easier than it looks.  The first argument within the () is the column you want to sum. The other arguments are column-condition pairs, where each condition applies to the column just before it.
    So the formula here in B2 is saying, add up all the numbers in column D of the Purchases Data table (the first argument) where the value in column B of the the Purchased Data table is the same as the value in A2 of the Summary table (the first column-condition pair) and the value in column C of the Purchases Data table is the same as the value in B1 of the summary table (a second column-condition pair). You can add more column-condition pairs as needed.
    Using this approach you can also quickly extract monthly summary tables.  In this simple example, you set one up and get it working for the first month, then copy/paste the whole table, change its name and the month number in A1 and you're done. No need to further fuss with formulas:
    Formula in B2, copied to C2:  
          =COUNTIFS(Purchases Data::$B,$A$1,Purchases Data::$C,B$1)
    Formula in B3, copied to C3:  
          =SUMIFS(Purchases Data::$D,Purchases Data::$B,$A$1,Purchases Data::$C,B$1)
    Then, say, you want to list all the Cafe purchases in January, you simply apply a filter to the Purchase Data table like this:
    SG
    P.S. Sharing via iCloud here is easy:
    Copy the link, click the in the editor and paste it in.

  • How do I redirect a link from one application to another

    Hi,
    I need to know if the procedure i'm using to perform a response.sendRedirect is the best/ most efficient. I'm using 11g 11.1.1.6.
    1. I have two JSF ADF applications deployed on a 11g BC4J application server.
    The two applications are named App1 and App2 in the application server (AS)
    App1 has a context path of /app1
    App2 has a context path of /app2
    I need to go to App2 from App 1 from a golink
    I using go link and in destination="/app2/faces/pages/home"/>
    and it redirects to this link like
    localhost:port/app1/app2/faces/pages/home?env=Prod"/>
    I actually want it to redirect to the second application and run it
    What is that I m doing wrong If I need to hardcord that value there
    Or is there any othe way that I can do .
    Thanks in Advance.
    Thanks,
    933601

    Hi Timo,
    Thanks for your help I could get that I m able to goto desired url from app1 to app2
    but the thing is I m using jdbc URL connection to deploy my application. After navigating to desired page
    I m trying to login to my page When I enter username and tabout for password
    It shows me an error like
    JBO-29114 AdfContext is not setup to process message for this exception. Use the exception stack trace and error code to investigate the root cause of this exception.
    Root cause error code is jbo-26061.
    Adf_Faces-60097: for more information see server log
    ADF_Faces-60096: server Exception
    While Deploying I checked my connections they are successful. I dont have any issue with the DB.
    What should I do in order to run my application with Jdbc Url.
    I m using 11.1.1.6 and BC4J.
    Please help me out with this..
    Thanks in Advance..

  • [S] how do I create a link symbolic in Desktop through rules in udev ?

    Hi everyone!
    My Rule:
    [solano@localhost ~]$ cat /etc/udev/rules.d/01-montagem.rules
    KERNEL=="sd[c-z]", NAME="%k", SYMLINK+="usb%m", GROUP="users", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[c-z][0-9]", SYMLINK+="usb%n", GROUP="users", NAME="%k"
    ACTION=="add", KERNEL=="sd[c-z][0-9]", RUN+="/bin/mkdir -p /media/usb%n"
    ACTION=="add", KERNEL=="sd[c-z][0-9]", PROGRAM=="/lib/udev/vol_id -t %N", RESULT=="vfat", RUN+="/bin/mount -t vfat -o rw,noauto,flush,quiet,nodev,nosuid,noexec,noatime,dmask=000,fmask=111 /dev/%k /media/usb%n", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[c-z][0-9]", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /media/usb%n", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[c-z][0-9]", RUN+="/bin/umount -l /media/usb%n"
    ACTION=="remove", KERNEL=="sd[c-z][0-9]", RUN+="/bin/rmdir /media/usb%n", OPTIONS="last_rule"
    I dont got configure my arch to create a icon in desktop when I plug a USB device, thus I try add a line in my udev.rules in /etc/udev/rules.d/01-montagem.rules to create a link in desktop when mounted device by add :
    ACTION=="add", KERNEL=="sd[c-z][0-9]", RUN+="/bin/cp /media/usb%n /home/solano/Desktop/usb%n"
    however it dont work, then I come here for help of you to try  'fix ' it.
    Thanks and sorry by poor english.
    Last edited by solanoalves (2008-02-28 03:34:36)

    Try these rules
    ACTION=="add", KERNEL=="sd[c-z][0-9]", RUN+="/bin/ln -s /media/usb%k /home/solano/Desktop/usb%k"
    ACTION=="remove", KERNEL=="sd[c-z][0-9]", RUN+="/bin/rm -f /home/solano/Desktop/usb%k"
    The first rule should be placed before your mount rule and the second rule should be placed before your umount rule (it's important because mount rules are using OPTIONS="last_rule"). Also I'm using %k not %n because when you unplug your usb stick %n might return an empty string causing the second rule to not work. However if %n works for you (which means the link is created and deleted on usb stick removal) you can change %k to %n (the replacement must be done in all rules of course).
    Last edited by lanrat (2008-02-28 02:50:53)

  • How do I place a link on my desktop to Reader in Windows 8?

    I need to place a shortcut to Reader on my Guest account. I have tried right click, pin to start, drag and drop, download from store. Not working. I am new to Windows 8 and really need a step by step. Literally step by step on how this can be done. Thanks everyone in advance.

    I assume it is actually installed and works for other people (not guests)?
    At a guess, then, it is designed not to work for guest.
    Still, you can try this. Go down through folders (names are approximate)
    C:
    Program files  or  Program files (X86)
    Adobe
    Adobe Reader 11.0
    Look for the file ACRORD32.EXE
    Right drag to desktop, choose Create Shortcut.
    But if it's designed not to work for guest, you may be out of luck.

  • Quick link for anonymous user

    People,
    Can somebody tell me how to use a quick link for anonymous user
    I'm able to access this
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.caritor.Student!2fcom.caritor.iviews!2fKMNavigationview
    but http://<server>:<port>/irj/servlet/prt/portal/prtroot/<quicklink> is not working.
    Krishna Murthy

    HI Michael,
    I have one more qn for you.
    Normally, when an iView set to anonymous users is opened(with the full pcd path), it opens up in a page directly without the role being displayed. (Like wat happens in the preview of an iView)
    But when the quick link is used, it drills down the role and shows the iView. Is there any way to avoid the role being shown in this case?
    Regards,
    Krishna Murthy

  • How to handle link to Remote Desktop

    How do you handle a link to remote desktop--it's to a server that the user needs to use in the event of a shutdown to a system.

    Rick,
    Does this help?
    Connect to the service termination PI server through Remote Desktop by double-clicking the following server names.
    Then there is a list of six server names, which are embedded objects, to double-click on.

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • How Can I Remove the Home Link on the Main Page

    I am using PT 8.49 and I am creating a custom page where the only options I'd like to show on the page are my custom menu option and "Sign out" at the top right. I'd like to remove the "Home" link on the top right menu because I am doing the selection for them. I don't want them to be able to go back to the Home menu once they've entered my custom page. I have everything working the way I'd like except that I cannot get rid of the "Home" link. Can anyone help with that?
    I am also using a template in portal called HOMEPAGE_DESIGNER_TEMPLATE as this causes the page to display without the left menu, as I want it to be.
    Thanks for your help!

    Restore the default home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_restore-the-default-home-page
    Now, set a single web site as your home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_set-a-single-web-site-as-your-home-page
    Check and tell if its working.

  • How Can I Redirect a Webpage in iWeb to Another Link?

    I have created a blog through godaddy.com for my website, and the webpage link is blog.XXXX.com.
    I have a page on my site for a blog, but iWeb defaults to sending people to XXXX.com/blog.html.
    Can someone please tell me how I can have iWeb redirect the link so that when people click on my "Blog" link it directs them to blog.XXXX.com?

    sync your ipad to your itunes, save the book, sync her iPad, sync the book
    same as you would sync a music from your ipod to your iPhone

  • How to hide 'catalog','open',home' link from dashboard page in obiee11g ?

    Hi,
    how to hide 'catalog','open',home' link from dashboard page in obiee11g based one users/groups.
    http://imageshare.web.id/images/e7tosu6qtsa9zdl1a8w8.jpg
    i.e: some users shold not able to see 'open','catalog',home link from dashboard but some power user/groups can able to see the 'open','catalog',home link.
    Thanks
    Deva

    Hi,
    I don't want to remove totally, what i am asking is there any
    Possibility to do users/groups wise,
    E.x:
    Work around home page
    Setting home page each users/groups wise . I am expecting like that option to
    Do open and catalog link.
    Home link not a priority .
    http://obieeelegant.blogspot.com/2011/06/how-to-changing-theobiee11g-homepage.html
    Thank
    Deva
    http://obieeelegant.blogspot.com

  • How do i go about linking 2 laptops 3 ipads using the same itunes and to stream all films and music

    how do i go about linking 2 laptops, 3 ipads using the same itunes and to stream all films and music through the house.

    make sure they are all using the same itunes store account and turn on home sharing
    http://support.apple.com/kb/HT3819 - more info about home sharing
    -mvimp

  • Home Link use in  Apex 3.1.2

    Hello:
    Does anybody know whether the 'Home Link' attribute's manner of use has changed in APEX 3.1.2 ?
    With a URL like
    http://hostname:port/apex/f?p=101
    APEX 3.0 results in the login page being displayed and the URL in the URL window remains the same as the one entered. However, following an upgrade of this application to APEX 3.1.2 entering the URL above, upon displaying the login page changes the URL in the URL window to
    http://hostname:port/apex/<home link>
    Is this expected behaviour in APEX 3.1.2 ?
    Varad

    APEX 3.0 results in the login page being displayed and the URL in the URL window remains the same as the one enteredBut after login, you'd end up going to the after login page in the login API call (the page ID part of p_flow_page).
    In 3.1.2, we made the after-login page part of p_flow_page optional. If there is no deep link then the home link is used. This also allows a logout URL to omit the page ID in its p_next_flow_page_sess argument since redirecting to f?p=100 will end up using the home link.
    All this reduces the number of places where you need to specify the after-login page. Now if you just maintain the home link you should be good.
    Scott

Maybe you are looking for

  • How to do STO of expired batch stock

    Hi, How can I do STO for expired batch stock? i need to do it for scrapping which is handled in other plant. Thanks in advance. Ninad

  • How to run a 32-bit plugin on 64-bit Mac in PS CS5?

    Hi... I have developed an automation plugin for PS CS 3,4 & 5 using CS4 SDK in 32-bit Mac processor. Problem with this is that the plugin works for CS5 in 32-bit mode, but the plugin doesn't load when tried with CS5 on 64-bit mode. I made changes in

  • How to deal with non-continuous shapes and graphic styles

    I am not sure how to frame this question so I will try to describe the problem. Imagine I have two shapes. One is a hollowed out circle (like a doughnut chart). The second is a smaller filled in circle. The smaller filled in circle is then poitioned

  • Strange message

    Anyone know wht's is this message : its a app with mdb: Error deploying file:/C:/oraNew/j2ee/home/Cobranca/ejb/ homes: Unknown resource type: javax.jms.ConnectionFactory

  • Built-In iSight NOT detected on my Windows XP!!

    My built-in iSight is not being detected in my windows when I want to video chat on AIM or skype. Under My Computer, there is nothing under Scanners and Cameras. But on the Mac OS X side of my OS, I can use iSight with iChat. I do NOT use Parallels,