On second look, I noticed it seems to be the 7th option it doesn't like in every case. Coincidentally you have 7 options for each item (in your Q1norms.html file). I am not a java pro, but I believe one difference between your file and the one posted before it, is that the array indices start at [0] in the earlier sample, whereas you have your indices starting at [1]. If Java likes the indices to start at 0, then maybe try referencing them as 0-6 rather than as 1-7. Also, you might try adding the first few lines of code from the previously posted sample--it will get rid of the annoying IE security message while testing your item in IE, and will also allow the MediaLab fonts and colors to be applied. i.e., as the first lines of the HTML file:
<!-- saved from url=(0013)about:internet -->
<!-- previous line supresses security control from IE-->
<style><ml.styles></style>
<!-- previous line requests that this page uses current colours and fonts from MediaLab-->




Reply With Quote
