Hello every one, i am new here so i would appreciate any help wit this.
i am trying to call a url using javascript in an html select statement as follows;
echo "<select>";
for ($i = 0; $i < $pages; $i++) {
?>
<option value=''
onClick='javascript:window.location.href= "index.php?option=<?php echo $option; ?>&task=view&limit=<?php echo $lmt * $i; ?>&id=<?php echo $idpik; ?>&Itemid=<?php echo $Itemid; ?>"'><?php echo $i; ?></option>
<?php
}
echo "</select>";
however, this works in other browsers except IE6. please help me out. thank you. i luv this forum already