Web Design and Development Forums

echo proxy to csv

This is a discussion on "echo proxy to csv" within the JavaScript Forum section. This forum, and the thread "echo proxy to csv are both part of the Program Your Website category.

Old Apr 13th, 2008, 09:13   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: Israel
Posts: 1
echo proxy to csv

hello everybody.
i need help with a script for echo'ing the current proxyort currently in use in IE to csv file:

right now all i've found is a vbs which i tried to modify to a js, but it doesn't seem to work. btw - i need it to be in a js format so i can implement it to another existing js:

strComputer = "."
objWMIService = GetObject("winmgmts:\\" + strComputer + "\root\cimv2\Applications\MicrosoftIE")
colIESettings = objWMIService.ExecQuery ("Select * from MicrosoftIE_LANSettings");
For Each strIESetting in colIESettings;
Wscript.Echo "Proxy server: ",strIESetting.ProxyServer;
Next


please help me out with that.
thanks
stiassny is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 13th, 2008, 16:51   #2 (permalink)
Nerdy Moderator
 
CloudedVision's Avatar
 
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 517
Blog Entries: 4
Re: echo proxy to csv

I'm not sure you'll be able to do this with javascript, the security restrictions in the browsers will stop it from working.
__________________
Take it easy

Other Road Design

WebForumz Moderator: HTML | Javascript | PHP
CloudedVision is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Proxy Sites mikka23 Free Web Site Critique 4 Sep 26th, 2007 16:36
Proxy Start Up mikka23 Free Web Site Critique 8 Sep 25th, 2007 21:12
How do I echo <?php ..... AdRock PHP Forum 12 Sep 14th, 2007 13:20
Echo and If simonb PHP Forum 2 Aug 27th, 2007 16:22
Echo vs Print Sqrlgrl PHP Forum 3 May 30th, 2005 22:31



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 11:30.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59