Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kennrosie

  1. Kennrosie

    Open in browser but only get code

    answered my own question.... I used .htm extension instead of .js and it works
  2. Kennrosie

    Open in browser but only get code

    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"
  3. Kennrosie

    trigger to send an email 30 days prior to a due date.

    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.

Part and Inventory Search

Back
Top