Hello,
I have seven lists on the WEB.
I create a file (javascript) with an agent and when I launch this file in a document it doesn’t work.
My url :
“http://///?Open”
An idea ?
Thanks
Hello,
I have seven lists on the WEB.
I create a file (javascript) with an agent and when I launch this file in a document it doesn’t work.
My url :
“http://///?Open”
An idea ?
Thanks
Subject: Combo and javascript
Without seeing any code or having any more context, no.
Subject: RE: Combo and javascript
My code :
The file begin with
alert( “1”);
In read I see the alert(“1”).
In write it doesn’t work.
Subject: RE: Combo and javascript
Why are you putting the js library as a file attachment and not as a resource?
Subject: RE: Combo and javascript
The values are modified by an user.My file must be generated when this user modify the lists.
Subject: RE: Combo and javascript
Then create the javascript “file” as a Page or a Form* using “Treat contents as other: text/js” and get lookup values only from documents the user can access. No end-user should EVER be able to modify core code.
*To use a Form, make it a $$NavigatorTemplate for NavigatorName, where NavigatorName is the name of a blank Navigator that is not actually embedded on the template. Give the Navigator a name like “myfile.js”. This will allow the form to open in “Treat as” without using the “?ReadForm” query string.