Thread: PAC files
View Single Post
Old 11-06-2006, 01:05 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,529
sde is on a distinguished road
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?
__________________
Mike
sde is offline   Reply With Quote