Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 4 Views: 2,492 $i = 0;while($row = mysql_fetch_array($result)){
<div class="cellContainer" style="background-color: <?php echo $color;?>">
<div class="button1"><input type="checkbox" id="fld1[<?php echo $i;?>]"... |
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008 |
| Replies: 4 Views: 2,492 hey guys, i think i just dont know how to expalin my problem.. but its ok now. i have it solved myself. i will post the code just in case someboby need it.
//records from database
$i = 0;... |
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008 |
| Replies: 4 Views: 2,492 this is what im talking about.. its just a single row.. i need to use it in array (for example 10 rows) but it doesn't work. i know i need some javascript add'l code but i don't know how to continue.... |
Forum: JavaScript / DHTML / AJAX Oct 20th, 2008 |
| Replies: 4 Views: 2,492 hi, im enim and its my first time to post here in javascript because im into php.
my question is:
1.) Is it possible to have two checkbox in a row (with different value), the one is hidden and... |