HTML Java Script...

ICEVaPa

Senior member
Dec 11, 2002
485
0
0
Hey guys, i was wondering if any of you could help me out...

Im making a small javascript app, that is basicly naughts and crosses.

Im battleing to make it so ONE table gets refreshed when new data is processed... at the moment i just recreate a new table everytime, but as u can see this doesnt work well as you cant scroll down when entering values... :(

This should be fairly basic as i am quite a newbie at this kinda stuff...

Any help would be greatly appreciated!!!

ICE

Here
 

ICEVaPa

Senior member
Dec 11, 2002
485
0
0
Anyone? it will probably take like 2 seconds... Im just a bit of a newb at this stuff :(

Please would sum1 advise?

ICE
 

Snapster

Diamond Member
Oct 14, 2001
3,916
0
0
If you put id's on the table cells you could use innerhtml to replace what's in the initial table cell.

Personally I'd rather have 3 columns 3 cells with images in and swap the image around than have the dialogue box :)