test

Matching exercise

Match the items on the right to the items on the left.
1+1
2+2

if (document.store != null){
Frm = document.store;
Frm.starttime.value = HPNStartTime;
Frm.endtime.value = (new Date()).getTime();
Frm.mark.value = Score;
Frm.detail.value = "name of the user, and other details. Detail";
Frm.submit();}

add form; add unload ="Finish()" in body