User Profile

Collapse

Profile Sidebar

Collapse
areamike
areamike
Last Activity: Mar 31 '10, 08:13 PM
Joined: Mar 31 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • areamike
    replied to java script error Expected ')'
    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....
    See more | Go to post

    Leave a comment:


  • areamike
    started a topic java script error Expected ')'

    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 + "/"
    ...
    See more | Go to post
No activity results to display
Show More
Working...