Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,180,494 members, 7,911,161 topics. Date: Monday, 05 August 2024 at 06:24 AM

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

Nairaland Forum / Science/Technology / Programming / I Need Some Help On My Java Script. (870 Views)

I Need Serious Help On My Java Program / Help Me Fix My Java Login Code Error / Help I Need To Test My Java Application On My Laptop (2) (3) (4)

(1) (Reply)

I Need Some Help On My Java Script. by adedayoone: 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)

My Project Supervisor Is Driving Me Crazy...pls Fellows Nlers Help / 10 Ways To Keep Your Computer/Laptop/Mobile Phone Malware-free / How To Runs Code And Project ?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 52
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.