Make javascript in websites run through proxy address

Hi,

How to enable proxy through javascript.
when you apply a proxy in IE or any other web-browser it doesn't apply the proxy to javascript. I need to know if there is any method to force javascript run through the applied proxy in web-browser.

Thanks
 
Let's clarify.
An HTML page containing Javascript works, but using a Javascript on your system to perform network activities fails to understand the Proxy configuration:--​

Is that your question?
 
Back