Code :
- if (score2 == 0) {
- getURL("javascript:save_score(0,0)" );
- }
- if (score2 == 1) {
- getURL("javascript:save_score(1,0)" );
- }
- if (score2 == 2) {
- getURL("javascript:save_score(2,0)" );
- }
- if (score2 == 3) {
- getURL("javascript:save_score(3,0)" );
- }
- if (score2 == 4) {
- getURL("javascript:save_score(4,0)" );
- }
- if (score2 == 5) {
- getURL("javascript:save_score(5,0)" );
- }
- if (score2 == 6) {
- getURL("javascript:save_score(6,0)" );
- }
- if (score2 == 7) {
- getURL("javascript:save_score(7,0)" );
- }
- if (score2 == 8) {
- getURL("javascript:save_score(8,0)" );
- }
- if (score2 == 9) {
- getURL("javascript:save_score(9,0)" );
- }
- if (score2 == 10) {
- getURL("javascript:save_score(10,0)" );
- }
|