Thanks anyways!
- Adam
________________________________
From: Adam St. Pierre [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 24, 2004 8:52 AM
To: CF-Newbie
Subject: Applications and "onLoad" events.
Greetings all!
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]
