Hi, anybody can tell me please how to Get xmlHttp.responseText when you call from IFrame?
I get empty xmlHttp.responseText, while when calling server from out the IFrame, I get the responseText without problem, how can I solve this problem? Thanks.
<iframe>
<input type="button" onclick="CallServer()">
</iframe>