I was unable to find the API documentation for ForeSee , and I had an error report related to the ForeSee Survey prompt dialog box, which appears randomly. I tried to clear the cache and cookies, but it is not displayed for me yet, is there any way to trigger its display using javascript? Or maybe with specific URL parameters?
Q foresee-trigger.jsI updated the array FSR.sitesto include a link to localhost:
var FSR = {
'version': '7.0.0',
'date': '01/01/2011',
'enabled': true,
'auto' : true,
'encode' : true,
'files': './foresee/',
'id': 'etc',
'sites': [
{
name: 'localhost',
path: 'localhost',
files: '//localhost/subdirectory/foresee/',
domain: 'localhost'
},{
path: '.',
domain: 'default'
}]
};
source
share