Jose Ortiz
|
| Posted: 06/21/2002, 11:03 PM |
|
I cant seem to get my popups to work in CCS. I created my function in the functions.js file and then on my onclick routine added my function call:
<a onclick="newWindows()" style="text-decoration: underline;
color: green; cursor: hand">calendar</a> (HREF is not needed in this case.)
and I get javascript errors in IE5.5. Any help?
Note: when I just put a href value of the page it works directly. However, I want this page to show in a new window.
Thanks,
Jose.
|
|
|
 |
Nicole
|
| Posted: 06/24/2002, 5:45 AM |
|
Jose,
please make sure that functions.js file include directive is present in .html file:
<script language ="javaScript" src = "functions.js"></script>
|
|
|
 |
|