Hi Bruce,
As an example, under the "JavaScript : OnChange" routine-embed of a NWF field,
I tried to add some JavaScript ...
Say I would like to set a sessionvalue:
if (window.innerWidth <= 1300) {
SetSessionValue('SmallScreen','True')
}
The script is working from the HTML tab of the NWF, but not when I try to include it in the field routine embeds?