You need to use a valid URL DOCTYPE for this script in IE:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>jobTrack ver 1.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="jobTrack.css" rel="stylesheet" type="text/css">
<!-- <link rel="stylesheet" href="demos.css" media="screen" type="text/css"> -->
<SCRIPT LANGUAGE="JavaScri . . .
There could also be other problems. For example I see you are using the deprecated language attribute, though that generally won't be an issue, it could. I haven't looked over the code for other potential problems.
Bookmarks