asked on
<div class="row">
<div class="col-sm-8 col-xs-8 nopadding" style="font-size:17px;"> <b>Markup</b> <span style="font-size:12px;"><a href="#" onclick="show-Mkup_desc();">More Info</a></span></div>
<div class="col-sm-3 col-xs-3 nopadding text-right" style="font-size:16px;"><input type="text" name="markup" style="width:25px;"></div>
</div>
And this JavaScript:function show_Mkup_desc() {
alert("To increase the trade price by 5%, enter 1.05. If you want to decrease the trade price by 5%, enter .95");
return true;
}
When I click pn the "More Info test (underlined as a link), nothing happens.