| 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > |
|---|
| 2 |
<html> |
|---|
| 3 |
<head> |
|---|
| 4 |
<title>Requirements</title> |
|---|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 6 |
<link href="common/stylesheet/mozilla/base.css" rel="stylesheet" type="text/css"> |
|---|
| 7 |
</head> |
|---|
| 8 |
|
|---|
| 9 |
<body><div class="bodyline" style="margin:4px;padding:4px;"> |
|---|
| 10 |
<h1>Browser Requirements</h1> |
|---|
| 11 |
<p>This web application mimics many standard features of typical standard applications. Although this web application uses no plug ins such as Java, Active X, or flash, it does rely heavily on JavaScript, advanced style sheets and the use of cookies. To take full advantage of printing capabilities (although not required), it is recommended that you have the Adobe Acrobat Reader application installed and that it's plug in are integrated into your web browser.</p> |
|---|
| 12 |
<ul> |
|---|
| 13 |
<li><strong>JavaScript v2.0</strong><br> |
|---|
| 14 |
<br> |
|---|
| 15 |
This application makes heavy use of Javascript. Most scripts use standard javascript and wherever possible, there is only minimal browser identification and work-arounds. One note about <strong>window pop-ups:</strong> This application does utilize JavaScript to open new windows. If you disable Javascript window opening (like in Mozilla or Opera) or are utilizing a 3rd-party application to stop Internet Explorer (IE) from opening unwanted windows, this application might not work correctly. Hopefully in the future, you will be able to allow pop-ups from trusted sites, and thus get around this problem easily.<br> |
|---|
| 16 |
</li> |
|---|
| 17 |
<li><strong>Accept Cookies</strong><br> |
|---|
| 18 |
<br> |
|---|
| 19 |
A single cookie is set to identify the user during a session. It solely supplies identification information and has a limited life span (I think 30 minutes). However, if your browser is set up not to accept cookies, this application will not work at all.<br> |
|---|
| 20 |
</li> |
|---|
| 21 |
<li><strong>Style Sheets (CSS)</strong><br> |
|---|
| 22 |
<br> |
|---|
| 23 |
Your browser must support Cascading Style Sheets. Most of the implementations try to conform to CSS v2. If not correctly implemented by the browser the application might do more than just display incorrectly as some JavaScript might break. <br> |
|---|
| 24 |
<br> |
|---|
| 25 |
</li> |
|---|
| 26 |
</ul> |
|---|
| 27 |
<h2>Tested Browsers</h2> |
|---|
| 28 |
<p>We are constantly testing on different browsers and will try to keep as up-to-date as possible. To date,this application has been tested with the following web browser applications:</p> |
|---|
| 29 |
<table border="0" cellpadding="0" cellspacing="0" class="querytable"> |
|---|
| 30 |
<tr> |
|---|
| 31 |
<th class="queryheader" nowrap>Browser Application</th> |
|---|
| 32 |
<th class="queryheader">Version</th> |
|---|
| 33 |
<th class="queryheader">Platform</th> |
|---|
| 34 |
<th align="center" class="queryheader">Compatibility</th> |
|---|
| 35 |
<th class="queryheader" align="left" width="100%">Notes</th> |
|---|
| 36 |
</tr> |
|---|
| 37 |
<tr > |
|---|
| 38 |
<td>Firefox</td> |
|---|
| 39 |
<td>1.0.1</td> |
|---|
| 40 |
<td>Windows</td> |
|---|
| 41 |
<td align="center" class="standout"><strong>yes</strong></td> |
|---|
| 42 |
<td >Main development browser</td> |
|---|
| 43 |
</tr> |
|---|
| 44 |
<tr > |
|---|
| 45 |
<td>Internet Explorer</td> |
|---|
| 46 |
<td>6.0</td> |
|---|
| 47 |
<td>Windows</td> |
|---|
| 48 |
<td align="center" class="standout"><strong>yes</strong></td> |
|---|
| 49 |
<td>Secondary testing browser</td> |
|---|
| 50 |
</tr> |
|---|
| 51 |
<tr > |
|---|
| 52 |
<td>Internet Explorer</td> |
|---|
| 53 |
<td>5.52</td> |
|---|
| 54 |
<td>Windows</td> |
|---|
| 55 |
<td align="center" class="standout">Partial</td> |
|---|
| 56 |
<td>Not fully Tested</td> |
|---|
| 57 |
</tr> |
|---|
| 58 |
<tr > |
|---|
| 59 |
<td>Netscape</td> |
|---|
| 60 |
<td>7.1</td> |
|---|
| 61 |
<td>Windows</td> |
|---|
| 62 |
<td align="center" class="standout"><strong>yes</strong></td> |
|---|
| 63 |
<td>StyleSheet, Javascript Incompatibilities</td> |
|---|
| 64 |
</tr> |
|---|
| 65 |
<tr > |
|---|
| 66 |
<td>Netscape</td> |
|---|
| 67 |
<td>4.79</td> |
|---|
| 68 |
<td>Windows</td> |
|---|
| 69 |
<td align="center" class="standout">no</td> |
|---|
| 70 |
<td>StyleSheet, Javascript Incompatibilities</td> |
|---|
| 71 |
</tr> |
|---|
| 72 |
<tr > |
|---|
| 73 |
<td>Lynx</td> |
|---|
| 74 |
<td>any</td> |
|---|
| 75 |
<td>any</td> |
|---|
| 76 |
<td align="center" class="standout">no</td> |
|---|
| 77 |
<td>No Javascript Support</td> |
|---|
| 78 |
</tr> |
|---|
| 79 |
</table> |
|---|
| 80 |
</div> |
|---|
| 81 |
</body> |
|---|
| 82 |
</html> |
|---|