do you have any UI elements you can print the message to? example:
HTML Code:
<html>
<head>
<script>
function loadMessage() {
document.getElementById('test').value=FindProxyForURL('example.com');
}
</script>
<body>
<textarea id="test"></textarea>
</body>
</html>
what is a .pac file?