Is there a way to change the color of Student Name to red.
<script language="JavaScript">
<!--
function delStudent#StudentID#()
{
if(confirm("Do you really want to delete Student Name?"))
{location="index.cfm?act2=5&id=#StudentID#&sec=#sec#";}
}
// -->
</script>