I have a file with javascript programming (in this case is a run time clock,
that display hours and date at real time).
In my old application I have this clock displying where I want, but now in
.NET the clock don't appear.

In old ASP I have define onLoad event in body calling show_clock function
like this

<body onload="show_clock()" >
<table>
<tr>
<td valign="center" align="right">
<font face="cursive" color="white" size="3">Hora +
Data: </font></td>
<td valign="center" align="left">
//HERE IS THE BLOCK TO PERMIT SHOW RUN TIME CLOCK
<script language="javascript"
src="Externo\liveclock.js"></script>
</td>
</tr>
<tr>
<td valign="center" align="right">
<font face="cursive" color="white" size="3">User:
</font></td>
<td valign="center" align="left">
<input id="pass" type="text" >
</td>
</tr>
<tr>
<td valign="center" align="right">
<font face="cursive" color="white" size="3">PIN:
</font></td>
<td valign="center" align="left">
<input id="pass" type="password">
</td>
</tr>
</table>

</body>


I try to do the same thing in .NET but I'm not having success.
Any sugestions???????


--

Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca