I need to set the homepage for 100 users to a local intranet site. I see articles about the subject but the stop short of telling me how to use the script. // lockPref("browser.startup.hompage",0); where should I enter the URL?

I must allow users to use Firefox or Internet explorer while I can easliy contorl the homepage using a GPO for IE I cannot do the same for firefox. I found great information on a way that I can create a config file and then promulgate it to the users but trhe script information is incomplete I need to know exactly where to enter the desired name for the default browser

Was it really necessary to post the whole API description?!?
Locale[] locales = Locale.ENGLISH();ENGLISH is not a method in class Locale, so do not add the braces "( );".
Also, the constant ENGLISH is not an array, but just a single Locale object.
You didn't say what your problem was. What do you want to achieve with your program and what is it that you don't understand?

Similar Messages

  • Is there a simple way to set the homepage for all users?

    We are in a high school environment with 500 plus computers and would like to set the school newspaper website as the default homepage for all users of all computers.

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    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

  • Block all websites apart from the homepage for all users. Citrix environment with Server 2003.

    Citrix Xenapp 5 and Windows server 2003 environment. We want to force Firefox to kiosk mode with a pre-set homepage for all users. I also want to lock this to only one website. I have managed to set up the kiosk mode with R-Kiosk addon and Mozilla.cfg file. I am trying to use BlockSites to block all internet sites and only allow the one site with the whitelist option. I can get the addon to install for all users, but can’t get the default settings across. I have tried to add this with the Mozilla.cfg file, but it looks like this addon is getting it’s settings from the profile folder. If I set the preferences for the addon in Mozilla,cfg file, it actually picks it up but it doesn’t apply it to the addon for some reason. Does anyone have any other ideas on how I can lock this down to the one site?

    I am not entirely sure how to do this, but the enterprise community would be a good place to ask. They have a email group you can ask on this page: [https://www.mozilla.org/en-US/firefox/organizations/faq/]

  • Where should i enter the keys to Extesnion Builder 2.1

    Hi All,
    Am sorry for my ignorence . I was using extension builder 1.5 and recently i asked my TechStop  guys to get me an EB2.1 licence , Tthe problem is am not sure were  i have to provide the licence key ?  since   i am using trail version of EB 2.1 holding license key number in my inbox .
    Please let me know if i am missing something , am sure i didn't asked my tech guys about any  download link along with license key since I already installed the trail version which is working fine now n'd i just need to provide keys for it .
    Thanks in advance ,

    Hi
    1. Make a Report manually.
    2. In the data model view. Make your query.
    3. Now in the group made for the query, add a placeholder column.
    4. Write the resepctive plsql code to set the value of placeholder coulmn to one of the values you need, based on column1 value.
    5. Open the report wizard and prepare the layout. Select only the placeholder coulmn as the only one which gets displayed in the layout.
    This will work as you wanted.
    Thanks
    Rohit

  • How to set mozilla firefox homepage for all users in windows 7?

    I want to set same homepage for all users in windows 7.

    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

  • Where should I have the create table

    I am making an application which it has a customer, an order and a food objects.
    I know that I can do it in one class (which will have main inside) but I am trying to make it as object oriented..
    so.. I have to make a class for a customer, a class for food, and I will handle all this in another class which will have main method..
    am I right up to here??
    if yes I was now wondering where should I have the sql statment about creating the table.. my thought is to have it at the constructor so when I will make a customer object the table will be created..
    then I will have an add_data(d1,d2,d3,d4....) method where I will insert the data to my database for each customer.. actually only one time I will make a customer object from main and then through this I will call add_data() method to add customers to my database..
    Am i thinking right or I am too far away from what I must do...?
    Thx

    Doesn't particularily matter given that the application is small.
    However in larger applications the database is created outside of the application usually using a SQL script.

  • Need to set default values for the fields plant and location in ME21N

    Hi All,
    i need to set default values for the fields plant and location in ME21N tcode.
    In accout assignment if we give 'A' then we need to create asset by clicking the Asset tab,there you have the fields plant and location.
    How to resolve this?
    Thanks in Advance

    hi .
    i needed to set default strorage location and plant in personal setting  in me21n.
    i solve it with this way.
    go to program SAPLMEPERS in se38.
    create new function in output with the sample name :MODULE ZTEST_001 OUTPUT.
    in this module write:
    if MEPOITEM_PROP-WERKS is INITIAL and  MEPOITEM_PROP-LGORT is INITIAL.
    MEPOITEM_PROP-WERKS = '1000'.
    MEPOITEM_PROP-LGORT = '0032'.
    endif.
    this is the solution.
    best regards.
    maryam

  • I'm from israel and i need to use my iphone Warranty Where should I send the device?

    hi,
    i'm from israel and i need to use my iphone Warranty Where should I send the device to fix some problem?

    Depends on where the device was purchased.
    If it was purchased in Israel, take it to an authorized service center in Israel.
    If it was purchased elsewhere, you'll need to take it back to the country it was purchased in for support.

  • Where should i call the rfc function module? in xi or in r/3

    where should i call the rfc function module?
    for the synch scenario: file < -- >  xi <---> rfc
    i know the type of rfc is tcp/ip; but i'm not sure with the followings,
    and with some trials i can not even see any message via rwb even all the setting
    can be activated without errors.
    where should i create the rfc destination? in r/3 or xi
    where should i call the rfc via abap program? in r/3 or xi
    i guess the calling program should belong to the different server with the rfc itself....
    so confused....
    Thanks for your reply!!
    Jun

    if i create the destination in xi point to r/3, then i call the rfc use the destination in r/3 right ?
    The call doesnt use the destination in R3. XI has the RFC destination which is just used to connect to the R3 system
    but where i need to create the fm via se37? in xi or r/3 ?
    In R3
    Regards,
    Prateek

  • Where should I put the sevlet

    I just started to work with Tomcat and I compiled the helloWorld sevlet.
    It's said from a book that the sevlet should be placed in serlver_root/webapps/ROOT/WEB-INF/classes, however there isn't a "classes" folder in my WEB-INF folder. So I put the helloWorld sevlet in the WEB-INF folder.
    Then I type http://localhost:8080/servlet/helloworld in my browser, I get a message from the sever said "The requested resource (/servlet/HelloWorld) is not available".
    Could anybody tell me how can solve this prolbem, where should I put the sevelt?

    have ones more a look to your book - especially to information about the configuration file "web.xml" which also should be placed in the WEB-INF folder. This file defines which servlets should be found by the server and which request-URL should be mapped to this servlet.
    for examples concerning the web.xml file see those already defined in your server. copy one and edit it for your needs. if you really want to understand what else might be configured using web.xml see the DTD for this file - it's pretty good documented!
    hope it helps :)

  • Where Should I put the time capsule?

    Where Should I put the time capsule?
    I'm using a wireless modem/router provided by the internet company, and both (the TC and the router) are located next to the pc, in the living room . Using this way, I don't have signal in my bedroom. Should I get a signal amplifier?
    Thanks!

    It would be better to use EOP adapters (homeplug is another name) or ethernet to locate the TC closer to your room.. you can use another apple router to extend the wireless if you need to.

  • Where should i fire the plug within the webdynpro component

    when the search don't match for the url parameters passed in my scenario, i need to display the error view page, so wanted to know where should i fire the plug within the webdynpro component. could some one guide plz.
    thanks n regards
    Anoop

    You can go for event handling. In the component controller, just fire an event that there is a search mismatch. Handle this event in your view, where you just fire the outbound plug.
    Or, since you get the parameters in the url itself, instead of having 2 views, you can do it in one view itself by displaying only an error message when there is no record matching the query. If there are records, make the search results visible. Just have a context attribute to manipulate the visibility. This can be done with the comp controller itself, without any events.
    Regards
    Nithya

  • Where do I enter the printer code for eprint?

    I keep getting this error when I try to sign up for eprint getting started..Ajax submit failed: error = 403, Forbidden. Where do I enter the printer code and am I using an exisitng email address and creating a new password?

    Hi,
    This is a known error, the work around is to use different browser such as Firefox or Chrome.
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Where do I enter the number for Line length or measure if given 16/19x32?

    Where do I enter the number for Line length or measure if set in Adobe Caslon Pro 16/19x32?  I know 16 is point size, 19 is leading but where do I enter 32?
    Thanks
    James P

    The key is in your second image, though both are too small. Let's use this one, courtesy of Amazon's preview of the book:
    All that "spec is saying is that the  frame the text is in should allow for lines of text equaling 20 picas. But the 20 picas relates to the column, not any paragraph style per se.
    Now, if you received mark-up that is for a portion of text, say a poem set into a body of text in a wider column, then the 20 picas would relate to the paragraph style for the poem itself.
    Make sense?
    Take care, Mike

  • Where should i put the DEFAULT&SMARTBAR

    Hello,
    where should i put the DEFAULT&SMARTBAR ? and the main Menu ?
    in order to be shown in each form..
    in using Forms 6i.
    Regards,
    Abdetu..

    Hello Gerd,
    Thanks for reply..
    put such things into *a reference form* what is meant by a reference form do u mean the main form?
    Create a property class (PC) for your FORM-MODULE-properties,
    put this PC into the reference form.
    Create there an object group (OG), put the PC into the OG and the inherit the OG to your local form.
    Automatically you have then the PC inherited too.i did all what u mentioned..
    Bbut the problem is that the DEFAULT&SMARTBAR
    can't be seen in allllllllllll my forms in the main menu inspite of i put it into the form module property ->in the intial menu property.
    Regards,
    Abdetu..

Maybe you are looking for

  • Upgrading from 10.4.11 to 10.5.8 for iPhone to work!

    Hi i just got a new iPhone - it doesn't work with my laptopt (10.4.11). I need to upgrade my operating system of my laptop - can anyone tell me how? I have a DVD for my work CU which is 10.5.6, but the DVD doesn't seem to work in my laptop DVD drive.

  • Query Problem - Exclude operation is not supported for this characteristic

    Hello all I have a little issue with a report problem i have been given and wondered if anyone had any knowledge of this. We have a report witn two heriarchy variables for profit centre. One is a authorisation variable and the other a custmer exit. W

  • Rounding in Adobe

    Hi, I am haivng a problem in Adobe. When I upload the excel data to Adobe and click on Submit button, they decimal values get posted into SAP. This is fine. However when for the second time, when again trying to Submit the same data from within the s

  • Mac mini won't wake up when connected to TV

    I just connected my Mac mini (2009) to my LCD TV via HDMI using a mini-DVI to HDMI converter. Twice now when I switch to another input on the TV for any length of time, then I switch back to the Mac's input, the Mac seems to have crashed. The fan sta

  • HRC 8.02 not finding any new data after upgrade

    Client CCX upgrade from 5.02 HA to 8.02 HA.  I used the PreUpgrade tool for the migration, no known errors. However, after installing the new Historical Reporting client and running some reports, no data is found since the upgrade. Anyone know if I n