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 - Re: Replace data in html

Reply
 
Old 10-13-2008   #1 (permalink)
Joe Fawcett


 
 

Re: Replace data in html



"Ammy" <vbsstreet@xxxxxx> wrote in message
news:4ec09$48ef8d68$5ed32516$26634@xxxxxx
Quote:

> Is there a script to replace html data.
> I want it to use for ISA 2004 Reports, but the data must be anonymous.
>
>
>
> The Html page of a ISA 2004
> <p align="center" class="legend">Traffic by users</p>
> </td>
> </tr>
> </table>
> </center>
> <p></p>
> <center>
> <TABLE>
> <tr>
> <td align="center">
> <table class="clsData">
> <tr class="clsData">
> <th class="clsColumnNumber">No</th>
> <th class="clsColumnKey">User</th>
> <th class="clsColumn">Requests</th>
> <th class="clsColumn">% of Total Requests</th>
> <th class="clsColumn">Bytes In</th>
> <th class="clsColumn">% of Total Bytes In</th>
> <th class="clsColumn">Bytes Out</th>
> <th class="clsColumn">% of Total Bytes Out</th>
> <th class="clsColumn">Total Bytes</th>
> <th class="clsColumn">% of Total Bytes</th>
> </tr>
> <tr>
> <td class="clsData" align="right">1</td>
> <td class="clsData" align="left">DOMAIN\username001</td> <<<<<<<
> THIS IS THE DATA WANT IT BLANK<<<<
> <td class="clsData" align="right">735</td>
> <td class="clsData" align="right">0,30 %</td>
> <td class="clsData" align="right">25,08 MB</td>
> <td class="clsData" align="right">8,70 %</td>
> <td class="clsData" align="right">283,45 MB</td>
> <td class="clsData" align="right">11,20 %</td>
> <td class="clsData" align="right">308,53 MB</td>
> <td class="clsData" align="right">10,90 %</td>
> </tr>
>
You maybe able to customise or create your own report.
http://www.microsoft.com/technet/isa....mspx?mfr=true

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
How to Replace vbcrlf outside html tags in memo field of access database VB Script
Re: Replace data in html VB Script
working on html objects using HTML DOM, VBscript VB Script
Cannot Print in MSN the only prints the HTML Data Vista print fax & scan
appdata-local-Application Data-Application Data-Application Data infinitum ad nauseum. WHY Vista General


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