To set page home page for user

hello everybody,
i want to set home page to the user when user sings in from SSO.
from where i can set the home page.
thank u
sachin khare.

From where i have to change the profile.
in OID???
thankx
sachin

Similar Messages

  • Setting the home page to be computer, rather than user specific

    I run a computer lab and would like to set the home page to be computer, rather than user specific. Is this possible ?

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values for all users.
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    pref("browser.startup.homepage", "<your preferred home page>");

  • How do I set the Home Page for a newly open tab using the File Tab Menu??

    When I open a new tab, is there a way to set the home page the new tab will use when it is opened, or will new tabs always be opened as blank pages?

    I have new windows opening when I click on a link. Or when I click on the FF-Icon. New windows are the default setting.
    When a new window opens, I get a Google home page and can instantly type in a search phrase.
    With the above in mind, sometimes I want to keep search classes in the same window. In a sense I'm using the Window with no tabs, to generate a tab by using the File Tab option.
    When a Tab is selected where new windows will launch a new page, and not a new tab, the process of forcing a new tab onto the window will produce a tab page that is Blank, and the new tab label description displayed in the tab area shows the words "New Tab". That tab's URL address bar is blank. Zip - nothing displayed.
    When a blank page tab appears, I click on the HOME button you helped me remodel, and the "New Tab" description in the tab label area changes from "New Tab" to "Google".
    My question was to ask, if there was a way I could do something to make FF4 do that Home page assignment on its own. In the early FF days I found you could sometimes go into the bowels of FF, find some form of INI or SETTINGS type file, look for a Keyword reference that would tell FF to do something different, and Viola, emotional issue resolved. In this case, I'm trying to "Gild the Lilly" by asking if you, or someone else might have a rabbit they can pull out of their hat, just like you did when you helped me move my Home button, and have that rabbit show me how to do something that default FF-Options section doesn't support.
    Did I do a better job of explaining the issue this time?
    Thanks again for the response.
    When I

  • I downloaded the new version of Mozilla and tried to install an add-on to allow me to set the home page for new tabs. The app says it has downloaded but does not open new tabs as my home page (google) - any suggestions what I can do?

    I downloaded the new version of Mozilla and tried to install an add-on to allow me to set the home page for new tabs. The app says it has downloaded but does not open new tabs as my home page (google) - any suggestions what I can do?

    I've been working on this all day!!! I've tried everything I know of and can't get it to load either. Sounds like lots of people are having problems. Here is what I have so far...I have uninstalled EVERYTHING on my pc from apple and reinstalled itunes to no avail. I have tried all sorts of things I've read as fixes online. NOTHING has worked. Here is something interesting that i have noticed though. my main pc (which is the one i have always managed my itunes account with for years) is a 32 bit system running windows 7. Yesterday I installed itunes for the first time on my new netbook which is a 64 bit (windows 7) system and it works just fine. i have three other laptops (all window 7) in my household that are all 64 bit operating systems and ALL have updated to 10.5 and THEY ALL work fine. this is FOUR 64 bit systems ALL updated w/10.5 that work and ONE that is a 32 bit that will not. Can't get any help from apple. their suppot *****! I want to get someone on the **** phone or a live chat but cant. *** APPLE????? please let mw know if you find SOMETHING i can try next. I'm out of ideas and patience!

  • Howcan I set the home page for new tabs?

    When I open a new tab, it opens up as a blank page. How do I setup Firefox so that the new tabs open in my home page?
    ''locked by a moderator due to age and that Firefox 13 has a new feature for a new tab''

    Thanks, but the problem I'm trying to solve is to get my home page to open automatically when I am already in Firefox and click on the new tab "+" sign to the right of my most recent tab. I have not found a solution to this in the link "How to set the home page" nor in the various help pages on new tabs.

  • How do you set the home page for firefox for android?

    I have firefox installed on my tablet. How do i set the home page or start page?

    Hello lalbrecht5, see: https://support.mozilla.org/en-US/questions/953363
    thank you

  • Setting the home page if you are blind using a screen reader,impossible, not accessible!

    I am a blind user, yes my screen is off, using Window Eyes v7.2 screen reader by "www.gwmicro.com" who recomend Firefox. I cannot set my home page because it is NOT accessible via a $1200 screen reader because Firefox chooses to EXCLUDE visually impaired users. And furthermore, tries to exclude visually impaired users from even registering because they ONLY take Visual confirmation, extremely obnoxious and descriminatory!

    The folks at NotebookCheck do the kind of benchmarks you reference. You can see their results at:
    http://www.notebookcheck.net/Lenovo-ThinkPad-W550s​-Workstation-Review.137989.0.html
    The tests I ran were just to help me decide which laptop to use since I now have both.
    I do use ATTO as well as CrystalDiskMark for disk/SSD read and write testing. Of course both go off the map when you enable RAPID in the Lenovo with the Samsung 850 Pro installed. RAPID does actually speed up work processing...not just wow the I/O test software.
    I was getting about 550/450 MB/s read/write with both laptops before I enabled RAPID. With RAPID I get 3345 read and 1833 write with the Lenovo.
    Too bad RAPID does not work with all Samsung SSD storage devices.
    W550s: i7-5600U, K620M, 16 GB RAM, 1TB 850 Pro SSD, Win 7 Pro

  • Despite setting a Home Page Firefox always opens in the last page viewed. How do I solve this?

    I have followed the instructions for setting a Home Page. Firefox always opens in the last page I viewed. Clicking on the Home icon does take me to my Home Page once Firefox has opened.

    You can check if you have an user.js file in the Firefox profile folder that sets the browser.sessionstore.resume_session_once pref to true.
    *http://kb.mozillazine.org/browser.sessionstore.resume_session_once
    Your System Details List shows that you have a user.js file in the profile folder to initialize some prefs on each start of Firefox.
    The user.js file is only present if you or other software has created it, so normally it wouldn't be there.
    you can check its content with a plain text editor if you didn't create this file yourself.
    The user.js file is read each time you start Firefox and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
    *http://kb.mozillazine.org/Preferences_not_saved

  • In the Options box, no matter what I set my Home Page to (Current Pages, Blank Page, Default) I am unable to change my homepage settings; they absolutely will not change and I can't figure it out.

    Up to about a month ago, I never had any problems setting my Home Page to Using Current Pages. Then, all of a sudden, I am unable to make any changes to my Home Page no matter what I change the settings to. I work for the US Forest Service and I don't know if some program was loaded that prohibits any changes from being made. Any help would be most appreciated.

    This link may help - https://support.mozilla.com/kb/Preferences+are+not+saved

  • I updated Firefox to version 29.0.1 and now it won't let me set a home page.

    When I open Firefox, it opens to the Trovi search page, which I don't want. I tried setting the home page by opening the site that I want and dragging its tab to the Home icon, but it didn't change the home page. I also cannot change the default search engine. Selecting a different search engine in the drop-down box does nothing.

    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    there for. Also,
    '''''Windows > Start > Control Panel > Uninstall Programs.'''''
    Go thru the list and use a web search to check any that you don't
    know what they are.

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

  • File change for highest level page home page

    file change for highest level page home page
    When I got these files
    I would type server/mywork/bkb
    These files are in the server under the folders mywork/bkb
    When I type server/mywork/bkb
    The my index page would show up
    That’s fine.
    Now, I created a page called highestpage.cfm
    The purpose is for me to put the link myindex.cfm and it
    works fine.
    But my problem that I am really still confused is
    It will show up when I type server/mywork/bkb/ myindex.cfm
    But my goal is not to type that far off.
    I just want to type I type server/mywork/bkb/ without
    myindex.cfm
    And still will lead me to I type server/mywork/bkb/
    myindex.cfm
    Just like the earlier version
    server/mywork/bkb that lead me to myindex.cfm
    but only now will lead me to highestpage.cfm
    I hope I am expressing my self correctly.
    Thanks for understanding

    If I understand your situation correctly, you can accomplish
    this by setting the default web page names in your web server,
    whatever that might be - Apache, IIS, etc. The web server will have
    some default file names (web pages) that it will serve if no
    specific file is requested. this is often index.html, index.cfm,
    etc. You want to add myindex.cfm to that list.

  • How can I set the home page in iPad safari?

    Opening Safari, the screen shows the last page used. Is it possible to set a home page so that, for example, Sfari always opens with the Google search page?

    Safari doesn't have a homepage as such, but you can create a homescreen shortcut for a particular page : go to the page that you want and then tap the icon of the box with the arrow coming out of it to the left of the URL address field and you should get an option to 'Add To Home Screen'. You can then just tap shortcut on your homescreen to open Safari on that page (it will still re-open any other tabs that you had open when you closed Safari)

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

  • Setting internet home page on Windows Phone 7.5 No...

    How do you set internet home page on Windows Phone 7.5 Nokia Lumia 900?
    Baseline information:
    Phone Manufacturer: Nokia
    Phone Model: Nokia Lumia 900
    Mobile Operator: AT&T
    Software: Windows Phone 7.5
    Phone Operating System version: 7.10.8112.7
    Zune software version: 4.8.2345.0
    Computer Operating System version: Windows 7 Home Premium (x64) Service Pack 1 (build 7601)

    @RFNAPLES
    If you leave a webpage up there without closing it from the tabs it should always return, otherwise tap the "three dots" bottom right of screen and scroll down to"pin to start" and you will then have a new tile upon homescreen.
    Happy to have helped forum with a Support Ratio = 42.5

Maybe you are looking for

  • How to download the ALV output with colors into the excel sheet

    Hi,   I'm having an ALV Grid report output where each and every row has some colors in it. When i download it to an excel sheet whatever the colors that comes on the output of the report the same should come in the excel sheet. When i download the ou

  • Urgent help with win.8.1

      1st time this has ever happened to me,ever! I have no Desktop Icons. I have no idea why?  I restated the pc 2x and shutdown 1x & have never seen this. Thanks for any help; Oh,and my thunderbird email is not working for my Outlook mail. I can be rea

  • Approval Workflow deploy in Jdeveloper - SOA Server not showing up in list

    Trying to deploy an OIM approval workflow. Added my weblogic server, and tried to deploy. When it comes to selecting a SOA server, no soa servers show up in the list. Any ideas? Thanks.

  • SQL Query with 3 tables to create a view

    Hi I have got an existing view "View_output" formed with a query which works fine: select A,B,C,D,E,F,G,H from GTS1 where D is not null     UNION    select A,B,C,D,E,F,G,H from GTSN1 where D is not null;It works fine, in the output I have columns A,B

  • TS3212 Bonjour Error Message -

    Here is the message I receive when trying to install the latest version of iTunes "The older version of Bonjour can not be removed. Contact  your technical support".  Any ideas?  I already tried to remove Bonjour from my Programs window but it wont l