That's what his program on the server side returns.
I think we may have found the issue. I did some research on how to handle ajax responses and instead of:
'(' + ajaxRequest.res ponseText + ')'
I think it should be
("+ajax.request .responseText+" )
He's going to try that. Hopefully it's that simple.
Oh and he said that ajaxRequest.res ponseText is what his program on the server side returns....
User Profile
Collapse
-
java script error Expected ')'
One of our programmers is having an issue with a Javascript error and asked me to research it for him. Here's the code:
...Code:function dataRequest(action,dataValue,eID) { if (ajaxRequest.readyState!=0) return; if(dataValue=="") return; if(dataValue=='') dataValue='0'; url = "https://207.42.229.4/cgi-bin/D3CGIServer/processAjax/~/" + action + "/" + dataValue + "/"
No activity results to display
Show More
Leave a comment: