| Author: senthil 10 Oct 2008 | Member Level: Gold | Rating: Points: 4 |
hi
First move to source page use the <body> tag
and insert the onload event.
The codings are given below:
<script language="javascript" type="javascript/text"> function welcome() { alert("welcome this site"); } </script> <body onload="welcome();" runat="server">
Hope this is help for U...
|
| Author: gomathinayagam 10 Oct 2008 | Member Level: Gold | Rating: Points: 3 |
asp.net project runs only in web browsers. if you need to move your application into system tray, do it in window application that interact with your website.
|