NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on February 22, 2017, 11:52:14 AM
-
Hi,
I get a rotating rosie with an ERROR IN SITE JAVASCRIPT and no PDF. Using C8 EE PDF reporting. Was working and now getting this Javascript error. Trying to figure out what to do to get it working again. It is set to FALSE on No Javascript Check. Image attached.
What did I break and how do I fix it?
TIA,
Ron Jolda
-
Looks more like missing theme or CSS files.
But check the firebug console to see if there are any errors.
cheers
Bruce
-
HI,
From Firebug: ReferenceError: $ is not defined[Learn More] Report_FELIST:243:1
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
This is the HTML for the report: at line 243: ==> $(document).ready( function(){$("#browsea_felist_div").ntbrowse({animateSpeed:500,cancelText:"No",closeAction:"BrowseB_Batch",confirmDelete:1,confirmDeleteMessage:"Are you sure you want to delete this record?",confirmText:"Confirm",deleteText:"Delete",form:"",formChange:"UpdateA_FELIST",formCopy:"",formDelete:"",formInsert:"UpdateA_FELIST",formpopup:1,formView:"",id:"browsea_felist",lookupField:"",parent:"",parentrid:"",popup:0,procedure:"browsea_felist",randomid:158217,rowsHigh:1,selectAction:"",title:"A_ FELIST",value:"yG7oLvhs"});
Seems to be complaining about: $(document).ready( function()
Where do I go to fix this in NT?
TIA,
Ron Jolda
-
HI All,
SOLVED!!!!
Found the problem = it was my filter for the report.
Reconfigured the filter and it works!
Ron Jolda