• smuggyuk1
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi,
 
I'm running an S-Control that references /soap/ajax/10.0/connection.js so I can loop through opportunity products and then post them in a form to our own web application.
 
This works fine for me and a couple of other people, but for one person they are getting a javascript error when the s-control runs:
 
"Exception thrown and not caught" on line 1025, char 13
 
Using Firebug I've tracked this down to a bit of code in the connection.js file, where it does indeed throw an exception, presumably because there has been an issue with the send command that this particular line of code is within.
 
Has anyone got any ideas as to why this would occur in IE6 for this user, but not for me?  I've checked the security settings of my machine and his and both appear to be the same, is there something else I'm missing.  As this exception appears to be coming from Salesforce code I'm stumped as to how I can fix it, so any help greatly appreciated!
Hi,
 
I'm running an S-Control that references /soap/ajax/10.0/connection.js so I can loop through opportunity products and then post them in a form to our own web application.
 
This works fine for me and a couple of other people, but for one person they are getting a javascript error when the s-control runs:
 
"Exception thrown and not caught" on line 1025, char 13
 
Using Firebug I've tracked this down to a bit of code in the connection.js file, where it does indeed throw an exception, presumably because there has been an issue with the send command that this particular line of code is within.
 
Has anyone got any ideas as to why this would occur in IE6 for this user, but not for me?  I've checked the security settings of my machine and his and both appear to be the same, is there something else I'm missing.  As this exception appears to be coming from Salesforce code I'm stumped as to how I can fix it, so any help greatly appreciated!