home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
tema
/
neural
/
webtest
/
CDSpace
/
Mercury
/
table.js
< prev
next >
Wrap
Text File
|
2001-06-17
|
557b
|
17 lines
kit=parent.frames[0].KIT
numkit=parent.frames[0].NumberOfKITS
cs=parent.frames[0].CS
document.write("<form>")
document.write("<font size=+2 color='navy' face='Arial'><strong>Project Mercury: "+parent.frames[0].pageNames[kit])
document.write("<table border=1><tr>")
for (i=0; i<kit; i++){
document.write("<td>"+cs+"</td>")
}
for (i=kit; i<numkit; i++){
document.write("<td>0</td>")
}
document.write('<td><input type="button" value="Stop" onClick="parent.frames[0].endCourse()"></td>')
document.write("</tr></table></form>")
document.close()