This is my first try at java script:
I put the following into notepad and saved as test.js:
<html>
<body>
<script type="text/javascript">
document.write("Hello World!")
</script>
</body>
</html>
When I try to open this file in my browser, I only get this code back and not "Hello World"
I am using visual studio.net.
I want the system to send an email 30 days prior to a due date.
Example:
Employee Performance due date: 12 Dec 2005
I would like the system to generate an email to the supervisor on 12 Nov. 2005
I have not found any material on how to perform this function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.