having trouble running JavaScript [message #143312] |
Wed, 19 October 2005 20:28 |
bobr_1013
Messages: 3 Registered: October 2005
|
Junior Member |
|
|
Hi,
I'm having trouble running JavaScript on my Dell Dimension 300 system (Windows XP).
Here's the code I'm using. Also note that I've tried it with "JavaScript" and "javascript".
The code in the "htm" file is:
<!--- Days until Christmas --->
<td id="daycell">
<script language="javascript">
<! -- Hides from non-JavaScript browsers
document.write("Today is 12/15/2005<br>");
document.write("only 10 days until Christmas");
// stop hiding -->
</script>
</td>
|
|
|
|