₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,128 members, 8,420,484 topics. Date: Thursday, 04 June 2026 at 09:26 PM

Toggle theme

I Need Some Help On My Java Script. - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingI Need Some Help On My Java Script. (929 Views)

1 Reply

I Need Some Help On My Java Script. by adedayoone(op): 4:34pm On Mar 23, 2010
Hi people , am supposed to create a sudoku game . below is the initial part dat i've been able to do so far . which displays the board, 2 buttons and an input text area which is to display 81 random numbers . I need to create functions which would
1, create 81 random numbers on d click of the reset button , to insert into the text area and then onto the board
2, ensure that the game ensure the sudoku rules on click of the submit button


thank u





<html>

<head>
<title></title>

<script type='text/javascript'>

</script>
</head>

<form >
<table border ='3'><tr><td><table><tr><td><input type ='text' id='N 1111' size='1'><td><input type ='text' id='N 1112' size='1'><td><input type ='text' id='N 1113' size='1'></tr><tr><td><input type ='text' id='N 1121' size='1'><td><input type ='text' id='N 1122' size='1'><td><input type ='text' id='N 1123' size='1'></tr><tr><td><input type ='text' id='N 1131' size='1'><td><input type ='text' id='N 1132' size='1'><td><input type ='text' id='N 1133' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 1211' size='1'><td><input type ='text' id='N 1212' size='1'><td><input type ='text' id='N 1213' size='1'></tr><tr><td><input type ='text' id='N 1221' size='1'><td><input type ='text' id='N 1222' size='1'><td><input type ='text' id='N 1223' size='1'></tr><tr><td><input type ='text' id='N 1231' size='1'><td><input type ='text' id='N 1232' size='1'><td><input type ='text' id='N 1233' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 1311' size='1'><td><input type ='text' id='N 1312' size='1'><td><input type ='text' id='N 1313' size='1'></tr><tr><td><input type ='text' id='N 1321' size='1'><td><input type ='text' id='N 1322' size='1'><td><input type ='text' id='N 1323' size='1'></tr><tr><td><input type ='text' id='N 1331' size='1'><td><input type ='text' id='N 1332' size='1'><td><input type ='text' id='N 1333' size='1'></tr></td></table></tr><tr><td><table><tr><td><input type ='text' id='N 2111' size='1'><td><input type ='text' id='N 2112' size='1'><td><input type ='text' id='N 2113' size='1'></tr><tr><td><input type ='text' id='N 2121' size='1'><td><input type ='text' id='N 2122' size='1'><td><input type ='text' id='N 2123' size='1'></tr><tr><td><input type ='text' id='N 2131' size='1'><td><input type ='text' id='N 2132' size='1'><td><input type ='text' id='N 2133' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 2211' size='1'><td><input type ='text' id='N 2212' size='1'><td><input type ='text' id='N 2213' size='1'></tr><tr><td><input type ='text' id='N 2221' size='1'><td><input type ='text' id='N 2222' size='1'><td><input type ='text' id='N 2223' size='1'></tr><tr><td><input type ='text' id='N 2231' size='1'><td><input type ='text' id='N 2232' size='1'><td><input type ='text' id='N 2233' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 2311' size='1'><td><input type ='text' id='N 2312' size='1'><td><input type ='text' id='N 2313' size='1'></tr><tr><td><input type ='text' id='N 2321' size='1'><td><input type ='text' id='N 2322' size='1'><td><input type ='text' id='N 2323' size='1'></tr><tr><td><input type ='text' id='N 2331' size='1'><td><input type ='text' id='N 2332' size='1'><td><input type ='text' id='N 2333' size='1'></tr></td></table></tr><tr><td><table><tr><td><input type ='text' id='N 3111' size='1'><td><input type ='text' id='N 3112' size='1'><td><input type ='text' id='N 3113' size='1'></tr><tr><td><input type ='text' id='N 3121' size='1'><td><input type ='text' id='N 3122' size='1'><td><input type ='text' id='N 3123' size='1'></tr><tr><td><input type ='text' id='N 3131' size='1'><td><input type ='text' id='N 3132' size='1'><td><input type ='text' id='N 3133' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 3211' size='1'><td><input type ='text' id='N 3212' size='1'><td><input type ='text' id='N 3213' size='1'></tr><tr><td><input type ='text' id='N 3221' size='1'><td><input type ='text' id='N 3222' size='1'><td><input type ='text' id='N 3223' size='1'></tr><tr><td><input type ='text' id='N 3231' size='1'><td><input type ='text' id='N 3232' size='1'><td><input type ='text' id='N 3233' size='1'></tr></td></table><td><table><tr><td><input type ='text' id='N 3311' size='1'><td><input type ='text' id='N 3312' size='1'><td><input type ='text' id='N 3313' size='1'></tr><tr><td><input type ='text' id='N 3321' size='1'><td><input type ='text' id='N 3322' size='1'><td><input type ='text' id='N 3323' size='1'></tr><tr><td><input type ='text' id='N 3331' size='1'><td><input type ='text' id='N 3332' size='1'><td><input type ='text' id='N 3333' size='1'></tr></td></table></tr></table>;
<p>
<input type="submit" value="Submit">
<input type="reset" value="New game" >
</p>
<p><textarea id='code' rows='1' cols='81'></textarea>
</form></p>
</form>

</body>
Re: I Need Some Help On My Java Script. by webmonkey(m): 6:05pm On Mar 23, 2010

Information warfare is a crime. Try and be specific with your question.
Re: I Need Some Help On My Java Script. by dellnet: 6:37pm On Mar 23, 2010
1 Reply

I Need Serious Help On My Java ProgramHelp Me Fix My Java Login Code ErrorHelp I Need To Test My Java Application On My Laptop234

Help with e-booksI Need A Teacher On ProgrammingBiometric Data Capture Application