How do I change HTTPErrors default settings with WMI
Fri, 26 Oct 2007 11:58:17 +0200
Hello
I'm trying to change the default settings for HTTPErrors on a number of
webservers with WMI.
I'm using the WMI Code Generator to locate the correct class and property.
I'm looking under root\MicrosoftIISv2 and have found a HTTPError property
under the following classes:
* IIsWebServerSetting
* ...
|
How to trace back and forward button event
Tue, 9 Oct 2007 00:11:03 -0700
Does any one know how to trace back and forward and refresh button event.
I am making web based app. I wanted to restrict user doing
(Back-Forward-Refresh) opration on my Web App.
Is there any way I can disable or else I can trace the event?
Thanks in advance,
Ritu
...
|
How to push script to all computers on the network
Tue, 02 Oct 2007 15:30:05 -0000
I need a way to make a simple VBScript (that requires admin rights) to
run across all of our PCs on the network. Does anyone have any
suggestions on how I might go about this in as automated a way as
possible?
Thanks in advance!
The scripting newb,
Beau
...
|
Vbscript Submit command - Postback value to asp.net
Tue, 25 Sep 2007 15:18:01 -0400
I have a datagrid that is on an ASP.net web page which I am trying to pass
back an x / y value for a cell in the datagrid. So far I have the ability to
determine the x / y value being clicked on using vbscript. I am trying to
use a Postback to the vb.net code on the ASP.net web page. I am currently
attemptin ...
|
What happened to IPSecurity in IISv6
Tue, 25 Sep 2007 10:57:19 +0200
Hello
I have a vbscript that sets the IPSecurity property on a website in IISv6
hosted on Windows Server 2003 R2
Now the script doesn't work anymore. Does anyone know if access to the
IPSecurity property through a script has been removed by an update?
If so, is there another way to access the property.
...
|
VBA Code For Vlookup
Thu, 20 Sep 2007 02:56:22 -0700
Hi,
I will need your help to give me correct VBA code for Vlookup.
I have one workbook which has two worksheet Named "Sheet1" & "Sheet2"
In "Sheet1" I have all main data. In "Sheet2" I have another data which I
want compare. I want to compare data in column "G" with data in "Sheet2"
Please note that in ...
|
Retrieve file name from BrowseForFolder
Thu, 13 Sep 2007 07:24:04 -0700
Hi.
Can anyone tell me how I can retrieve the file name when I use the
BrowseForFolder object? I have set two options on the BrowseForFolder: 1)
file names are displayed and 2) edit - in case they want to type in a new
file name. I can retrieve a folder name but not the file name. It is not
abending. My cod ...
|
|
|
Check system is busy
Mon, 10 Sep 2007 00:36:02 -0700
In VB to check system i put the following command
Do While .busy: DoEvents: Loop
Do While .ReadyState <> 4: DoEvents: Loop
How the same can be done in VB Script?
Thank you.
...
|
Script Required
Thu, 23 Aug 2007 06:01:56 -0700
Hi All
can anybody provide me a VBscript that opens a URL in a new browser
window and access the controls(like textboxes,images) etc values..so
that i have to enter new values into that page
Thanks & Regards
Kalyan
...
|
Check active applications
Mon, 20 Aug 2007 03:44:02 -0700
I am new to scripting world.
How can I check any application is active or not
Can I use If else condition to check the application
How to do it please help.
Thank you ...
|