Welcome Guest, Not a member yet? Register   Sign In
Newbie BIG Javascript problem
#4

[eluser]homebru[/eluser]
Here's an excerpt of the code:


<form name="stats_top" id="stats_top" method="post" style="text-align:left;">
<label for="accnt"><strong>Account</strong></label>
<select name="accnt">
&lt;? foreach($clients->result() as $row): ?&gt;
<option value="&lt;?=$row->id ?&gt;" &lt;?=($id == $row->id) ? 'selected="selected"' : '' ?&gt;>&lt;?=$row->name ?&gt;</option>
&lt;? endforeach; ?&gt;
</select>

...

&lt;/form&gt;


Messages In This Thread
Newbie BIG Javascript problem - by El Forum - 12-09-2008, 03:02 PM
Newbie BIG Javascript problem - by El Forum - 12-09-2008, 03:15 PM
Newbie BIG Javascript problem - by El Forum - 12-09-2008, 04:05 PM
Newbie BIG Javascript problem - by El Forum - 12-09-2008, 04:13 PM
Newbie BIG Javascript problem - by El Forum - 12-09-2008, 04:55 PM
Newbie BIG Javascript problem - by El Forum - 12-10-2008, 10:35 AM
Newbie BIG Javascript problem - by El Forum - 12-10-2008, 10:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB