how to pass link in this code
Hi sorry for posting this in wrong forum but i am new to coldfusion so i might get some help in this forum
here is small code
script type="text/javascript" language="JavaScript">
function ShowContent(d,e) {
document.getElementById(d).style.display = "block";
document.getElementById(e).style.display = "none";
}
</script>
<div align="center">
<a href="javascript:ShowContent('comp_run','add_job')">Schedule Comp Job</a> |
<a href="javascript:ShowContent('add_job','comp_run')">Add Job to Daily Run</a>
</div>
<br />
we need to pass link to this but i am not able to know how to pass link for both of these links below,
Any idea in this might help me
Thanks.
