I'm trying to get a _javascript_ function to load on a page that uses Application.cfm to call a header that generates the start of the HTML code.
I'm basically trying to hide a division on the page.. Here's the code I'm currently using. Keep in mind that since I'm using Application.cfm and my body tag is included there, I can't do a body >
<script language="_javascript_">
document.> function hideEmployees()
{
document.employeeList.style.display = "none";
}
</script>
<div id="employeeList">
....
</div>
Any thoughts? Thanks in advance!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
