Hello,
I am currently having a real problem integrating a Javascript app into a web based notes app I am developing.
I Can get the Javascript to run. But am unable to put the results into a notes field.
What I am trying to achieve is to populate a Notes field with a date chosen from a popup Datepicker(displays month/days etc).
The Javascipt I am using is a Free one and the example can be found here.
http://www.mattkruse.com/javascript/calendarpopup/simple.html
The script itself is called CalendarPopup.js.
I can get this script to work by using the HTML to invoke the Javascript and it can populate a HTML field .
What I need to do, is either:
-
Transfer the data gathered from the HTML field into a Notes field.
-
Or to be able to invoke the Javascript from a notes button and have it populate a notes field.
I have been trawling the internet for days now looking for clues on how to make this work how I need it. But I have yet to find anything useful that will do what I need.
One problem is, I am not that familiar with Javascript, and integrating them with Notes.
Can anyone help?
Thanks in advance.