SYSTEM REQUIREMENTS

SUPPORTED BROWSERS 2

COOKIES ENABLED 2

Instructions To Enable Cookies 2

ACTIVE SCRIPTING ENABLED 3

Instructions To Enable Active Scripting 3

JAVA (SUN) ENABLED 4

Instructions to Enable Java Runtime Environment (JRE) 4

UPDATE THE JAVA POLICY FILE 6

Instructions to Update the Java Policy File 6

SUPPORTED BROWSERS

In response to customer need, especially for those folks working on Macs, we have taken a step toward web interoperability by designing Pronto to be compatible with; Internet Explorer, Firefox and Safari.

COOKIES ENABLED

Instructions To Enable Cookies

Microsoft Internet Explorer 6.0+

1.  Select "Internet Options" from the Tools menu.

2.  Click on the "Privacy" tab.

3.  Click the "Default" button (or manually slide the bar down to "Medium") under "Settings".

4.  Click "OK".

Microsoft Internet Explorer 5.x

1.  Select "Internet Options" from the Tools menu.

2.  Click on the "Security" tab.

3.  Click the "Custom Level" button.

4.  Scroll down to the "Cookies" section.

5.  To enable:

6.  Set "Allow cookies that are stored on your computer" to "Enable".

7.  Set "Allow per-session cookies" to "Enable".

8.  Click "OK".

Mozilla Firefox (1.0 final release and earlier)

1.  Go to the "Tools" menu.

2.  Select "Options".

3.  Select the "Privacy" icon in the left panel.

4.  Check the box corresponding to "Allow sites to set cookies".

5.  Click "OK" to save changes.

Safari

1.  Select Preferences from the Safari menu.

2.  Click on the Security icon near the top of the window.

3.  Under Accept Cookies select either “Always” or “Only from sites you navigate to”.

4.  Save changes by clicking Ok.

ACTIVE SCRIPTING ENABLED

Instructions To Enable Active Scripting

Internet Explorer (6.0)

1.  Select “Tools” from the top menu.

2.  Choose “Internet Options”.

3.  Click on the “Security” tab.

4.  Click on “Custom Level”.

5.  Scroll down until you see section labeled “Scripting”.

6.  Under “Active Scripting”, select “Enable” and click OK.

Mozilla Firefox (1.0)

1.  Select “Tools” from the top menu

2.  Choose “Options”

3.  Choose “Web Features” from the left navigation

4.  Select the checkbox next to “Enable JavaScript” and click OK

Mozilla Firefox (1.5)

1.  Select “Tools” from the top menu

2.  Choose “Options”

3.  Choose “Content” from the top navigation

4.  Select the checkbox next to “Enable JavaScript” and click OK

Safari Public Beta 2 for MACOSX

1.  Select Preferences from the Safari menu.

2.  Click on the Security icon near the top of the window.

3.  Check both “Enable Java” and “Enable JavaScript”.

4.  Close the window.

5.  Click Reload.

JAVA (SUN) ENABLED

Instructions to Enable Java Runtime Environment (JRE)

Pronto III requires that you are running a minimum of Java Runtime Environment (JRE) 1.4.2 to enter Nominations.

Java Runtimes are available for download from the Sun’s website http://java.com/en/download/index.jsp

Enabling Java

The following steps were performed on a pc running Internet Explorer 6.0 on Windows XP Professional after downloading Java version 6 update 18 (I would expect it to be similar on other systems).

1.  Close any open Browser windows.
2.  Open your control panel and double click the Java Icon /
3.  Go to the Advanced tab of the Java™ Control Panel
4.  Click on the plus sign next to Default Java for Browsers to expand the menu
5.  Checkmark “Microsoft Internet Explorer”
If you’re using Firefox, then also checkmark “Mozilla Family”
6.  Click OK /
7.  Open your browser and select Internet Options from the Tools menu /
8.  From the Advanced Tab, scroll down until your find the section titled Java (Sun)
9.  Make sure the option to Use JRE 1.6.0_18 for <applet> is check marked
10.  Click OK
/

UPDATE THE JAVA POLICY FILE

Instructions to Update the Java Policy File

Locate the “java.policy” file --- C:\Program Files\Java\jre6\lib\security

Open the file with WordPad, add this line to the permissions, and Save the File:

// Standard extensions get all permissions by default

grant codeBase "file:${{java.ext.dirs}}/*" {

permission java.security.AllPermission;};

// default permissions granted to all domains

grant {

// Allows any thread to stop itself using the java.lang.Thread.stop()

// method that takes no argument.

// Note that this permission is granted by default only to remain

// backwards compatible.

// It is strongly recommended that you either remove this permission

// from this policy file or further restrict it to code sources

// that you specify, because Thread.stop() is potentially unsafe.

// See "http://java.sun.com/notes" for more information.

permission java.lang.RuntimePermission "stopThread";

// allows anyone to listen on un-privileged ports

permission java.net.SocketPermission "localhost:1024-", "listen";

permission java.net.SocketPermission "proxy:8080", "connect,resolve";

// "standard" properies that can be read by anyone

permission java.util.PropertyPermission "java.version", "read";

permission java.util.PropertyPermission "java.vendor", "read";

permission java.util.PropertyPermission "java.vendor.url", "read";

. . .

Updated 9/2/2010