Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - can vbscript monitor web access?

Reply
 
Old 10-13-2009   #1 (permalink)
C.K


 
 

can vbscript monitor web access?

i hope note down what web user visit,can vbscript do that?



My System SpecsSystem Spec
Old 10-14-2009   #2 (permalink)
Paul Randall


 
 

Re: can vbscript monitor web access?


"C.K" <accin@newsgroup> wrote in message
news:OY4zx49SKHA.4364@newsgroup
Quote:

>i hope note down what web user visit,can vbscript do that?
Assuming that the person has given permission for you to track their web
usage, you could set up a script that starts an IE web browser window with
event monitoring and then monitor its location property or write a little
event handler to monitor navigation.

Do you know how to attach a few lines of your script to the events of an
object created with in VBScript?

-Paul Randall


My System SpecsSystem Spec
Old 10-14-2009   #3 (permalink)
C.K


 
 

Re: can vbscript monitor web access?

i try to use PacketX activeX to capture,but failure
sorry i am not good at english
just look the page http://www.beesync.com/packetx/index.html
i wanna to write down all computer in my network every website url they
visited
vbscript + PacketX can capture the data,how to convert to string,so i can
get what i want.


"Paul Randall" <paulr901@newsgroup> wrote in message
news:uKElzlITKHA.4780@newsgroup
Quote:

>
> "C.K" <accin@newsgroup> wrote in message
> news:OY4zx49SKHA.4364@newsgroup
Quote:

>>i hope note down what web user visit,can vbscript do that?
>
> Assuming that the person has given permission for you to track their web
> usage, you could set up a script that starts an IE web browser window with
> event monitoring and then monitor its location property or write a little
> event handler to monitor navigation.
>
> Do you know how to attach a few lines of your script to the events of an
> object created with in VBScript?
>
> -Paul Randall
>

My System SpecsSystem Spec
Old 10-14-2009   #4 (permalink)
mayayana


 
 

Re: can vbscript monitor web access?

You could monitor IE by running a script that
looks at the Shell Windows collection periodically.
(An even better way would be to write a Browser
Help Object or Browser Extension. They're the
ultimate spyware.

But it sounds like you really want is something like
a router-level packet sniffer for corporate intranet use.
That doesn't sound like a job for script. You'd probably
be better off asking in a group for network admin. help.
I imagine there's probably standard software used for
the job.
Quote:

> i hope note down what web user visit,can vbscript do that?
>
>

My System SpecsSystem Spec
Old 10-16-2009   #5 (permalink)
C.K


 
 

Re: can vbscript monitor web access?

you right,thanks


"mayayana" <mayaXXyana@newsgroup> wrote in message
news:Oca87ONTKHA.1236@newsgroup
Quote:

> You could monitor IE by running a script that
> looks at the Shell Windows collection periodically.
> (An even better way would be to write a Browser
> Help Object or Browser Extension. They're the
> ultimate spyware.
>
> But it sounds like you really want is something like
> a router-level packet sniffer for corporate intranet use.
> That doesn't sound like a job for script. You'd probably
> be better off asking in a group for network admin. help.
> I imagine there's probably standard software used for
> the job.
>
Quote:

> > i hope note down what web user visit,can vbscript do that?
>>
>>
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Get access token information using vbscript ? VB Script
Calling a VBScript from Access VB Script
Access textbox contents to Word via VBScript VB Script
vbscript to access all the exchange server mailboxes all at once VB Script
Native Access In Vista To MP3 Id3 Tags With VBscript? General Discussion


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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