MyMammothTech Posted July 13, 2010 Share Posted July 13, 2010 I want to replace the BOLD code with <a href="javascript:void(0);" onclick="PopupCenter('http://www.MyMammothList.com/UserAgreement.html', 'myPop1',500,500);">User Agreement</a>. <p> <label>* <?php echo $v['label'];?>: </label> <?php echo $check . '<a href="http://www.MyMammothList.com/UserAgreement.html" target="_blank">User Agreement</a></p>'; } else if( $v['fieldtype'] == 'radio' ){ $ops = explode(',',$v['extraoptions']); $radio = ''; foreach( $ops as $op ){ $radio .= '<label><input type="radio" class="custom_radio" tabindex="36" name="'.$id.'" id="'.$id.'" '; //if( in_array($op, $_POST[$id]) ) $radio .= 'checked="checked" '; $radio .= 'value="'.$op.'" /> '.$op.'</label> '; } ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.