i hope note down what web user visit,can vbscript do that?
i hope note down what web user visit,can vbscript do that?
"C.K" <accin@newsgroup> wrote in message
news:OY4zx49SKHA.4364@newsgroupAssuming that the person has given permission for you to track their web
>i hope note down what web user visit,can vbscript do that?
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
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
>
> "C.K" <accin@newsgroup> wrote in message
> news:OY4zx49SKHA.4364@newsgroup>
>>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
>
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.
> i hope note down what web user visit,can vbscript do that?
>
>
you right,thanks
"mayayana" <mayaXXyana@newsgroup> wrote in message
news:Oca87ONTKHA.1236@newsgroup
> 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.
>>
> > i hope note down what web user visit,can vbscript do that?
>>
>>
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vbscript and ms access 2003 | freddy | VB Script | 2 | 07 Jan 2010 |
| Get access token information using vbscript ? | Vilius Mockûnas | VB Script | 4 | 16 Aug 2009 |
| Calling a VBScript from Access | DetRich | VB Script | 3 | 01 Jul 2009 |
| vbscript to access all the exchange server mailboxes all at once | himabindu | VB Script | 2 | 04 Jun 2008 |
| Native Access In Vista To MP3 Id3 Tags With VBscript? | ThrashTec | General Discussion | 0 | 08 Jan 2008 |