"> </td> </tr> <tr> <td><?php _e('Country'); ?> </td> <td>: <select name="country" id="country"> <option value=""><?php _e('Select Country'); ?> </option> <?php echo country_dl($state->country); ?> </select> </td> </tr> <tr> <td> </td> <td><input type="submit" name="submit" value="<?php _e('Submit'); ?> " onclick="return check_frm();" class="b_common action" > <input type="button" name="cancel" value="<?php _e('Cancel'); ?> " onClick="window.location.href='<?php
</textarea> </td> </tr> <tr> <td><?php _e('Country'); ?> </td> <td>: <select name="country" id="country" onChange="get_country_state(this.value,'');"> <option value=""><?php _e('All Countries'); ?> </option> <?php echo country_dl($tax->tax_country); ?> </select> <br> <small><?php _e('Skip to apply in all countries.'); ?> </small> </td> </tr> <tr> <td><?php _e('State'); ?> </td> <td>: <select name="state" id="country_state_id">
?> </td> <td>: <select name="country" id="country<?php echo $sinfo_id; ?> " onChange="get_country_state(this.value,'<?php echo $sinfo_id; ?> ','');"> <option value=""><?php _e('All Countries'); ?> </option> <?php echo country_dl($country); ?> </select> </td> </tr> <tr> <td><?php _e('State'); ?> </td> <td>: <select name="state" id="country_state_id<?php echo $sinfo_id; ?> "> <option value=""><?php