Doing more to the chart field
Design and Skin Customization
I am using the code below to pull results from a country but is showing a blank page
search="_profile_hometown_0 = Jamaica"
</div>
<select class="form_select" id="chart_days" onchange="jrAudioPro_chart_days(this.value)">
<option value="1">1 Days</option>
<option value="7">7 Days</option>
<option value="14">14 Days</option>
<option selected="selected" value="30">30 Days</option>
<option value="90">90 Days</option>
<option value="365">365 Days</option>
</select>