PFA for Java console showing the Error Detail.
We have using MVC 4 application. Find the Code detail :
<div class="marvin marvin_content">
<script type="text/javascript" language="javascript">
msketch_name = "MSketch";
msketch_begin("@Url.Content("~/Scripts/marvin")", 640, 350, true);
msketch_param("mol", "");
msketch_param("viewonly", true);
msketch_param("colorScheme", "cpk");
msketch_param("menubar", true);
msketch_param("buttonmenubar", false);
msketch_param("autoscale", true);
msketch_param("cacheMols", false);
msketch_param("customizationEnabled", false);
msketch_end();
</script>
</div>
function showSmile() {
applet = document.getElementById("MSketch");
if (applet != null) {
applet.setMol($('[id="hdnSmile"]').val());
msketch_param("cacheMols", false);
}
}
Regards
Siva