[SOLVED] JS: ERROR No Properties ?
Posted: Tue Mar 01, 2005 5:16 pm
Here is a snippet of source code which generates an error in the javascript console of Firefox:
Here is the error:
Here is the code:
I must be looking right at the problem, but I can't see it!
thanks,
- dstefani
Here is the error:
Code: Select all
Error: jump1.jumpbox has no propertiesCode: Select all
<div id="dataNav">
<form name="jump1">
<table id="data_nav_table" summary="Data Navigation" cellspacing="0" width="100%" border="0">
<tr>
<td>
<span class="navSummary">Go to page:</span>
<select name="jumpbox" OnChange="location.href=jump1.jumpbox.optionsїselectedIndex].value">
<option value="/~donzo/clca/www/admin/index.php?v=kb&p=4&page=1" title="Page 1">1</option>
<option value='' selected>2</option>
</select>
</td>
<td align="right"><input type="button" value="<<" onclick="document.location.href='/~donzo/clca/www/admin/index.php?v=kb&p=4&page=1'" />
<input type="button" value="<" onclick="document.location.href='/~donzo/clca/www/admin/index.php?v=kb&p=4&page=1'" /> <span class="navSummary">Records 4 to 6 of 6</span> </td></tr>
</table>
</form>
</div>thanks,
- dstefani