Quote:
|
Originally Posted by wirehopper
Another idea would be to have the server return a javascript function, and after the response from the server is received and the code is posted at the client, use the response handler to call the returned function code.
The problem seems to be in executing the code, not the code itself. By forcing execution with a function call to it, you should be all set. A quick test would be to modify the to be and then calling function runner() from SMError(?) (the code that accepts the server response).
|
so basicly, this problem will be fixed the way i initialy didnt want to.
a simple if statement in the response handler will do it.
Thanks to TwoD and wirehopper for taking the time to post here.