Hi All,We had recently moved from 671 tp 721 Teamsite. The DCTs that has a reference like[html]<SCRIPT src="Y:/default/main/abc/WORKAREA/common/templatedata/xyz/javascriptfile.js" />[/html]is not triggering the js file. But if I replace Y: with the servername, it works. [html]<SCRIPT src="\\\\servername/default/main/abc/WORKAREA/common/templatedata/xyz/javascriptfile.js" />[/html]We cannot have the servername hardcoded on the DCTs as the same DCT file keeps propagated to the higher environments.Can anyone suggesst any solutions?
try <SCRIPT src="/iw-mount/default/main/abc/whatever..."/>. Note that iw-mount should be used verbatim, this is a URL prefix (NOT a virtual drive reference!).Note also that iw-mount usage is documented.
Thanks Nipper. It worked!
That was Boris, but I will take credit. :-)