all groups > dotnet jscript > july 2004
Replace bat-file with a script!
Posted by Christian-Josef Schrattenthaler at 7/27/2004 2:30:24 PM
Hi!
I have a batch-file (*.bat) which logon the client to our server, including
printer and drive mappings.
Now I want to replace the batch-file with a script for the windows scripting
host, because I want the users to enter their username and password, and
then the script should make the m... more >>
aspx web form controls and client side java script
Posted by Rea Peleg at 7/26/2004 2:16:36 AM
Hi all
Is it possible to handle web controls events on client side???
I wrote a simple favascript function inside the <header> area of an aspx
web form.
This function is called on selectedIndexChanged event of server side radio
button list,
but i can not get there . During compilation, it... more >>
How to send parameters from HTML to .js file
Posted by SimpleTechie at 7/23/2004 3:47:51 PM
Hi all, I have a jscript question. The users select a name
in a drop down list and enter a password in a input field
of a HTML page. I have a js file with the username-
password pairs. How do I pass these parameters to the js
file and return a true or false based on the comparison?
Hoping ... more >>
Playing MPEG-2 video in IE6.0 browser
Posted by Jacky at 7/23/2004 4:52:02 AM
I make a web page which contain two frames. The upper frame is to play some MPEG-2 video in sequence and the lower frame is an sliding text (simialr to HTML marquee effect) written in java applet. I use IE6.0 browser and window XP. However, I encounter some problems:
First, I write HTML using the... more >>
Sound an Alarm
Posted by vbGansta at 7/22/2004 11:49:28 AM
Hi folks,
I have a web site I created using ASP.NET. What I want to do is to play a
sound when a certain condition arises and stop the sound when the user
acknowledges it. Any hints on how to do this? I really don't know much
about JavaScript or where it even goes within the page. Sorry fo... more >>
Jscript/ActiveXObject API question
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 7/22/2004 6:37:07 AM
I understand how I can communicate with Excel
from with a Jscript (see example below.
But where is the documentation (API) of what messages I
can send to such an instance ExcelSheet
var ExcelSheet;
ExcelApp = new ActiveXObject("Excel.Application");
ExcelSheet = new ActiveXObject("Excel.Sheet... more >>
Attaching global objects to JScript
Posted by js_kh NO[at]SPAM yahoo.com at 7/21/2004 1:12:41 PM
Could somebody please point me to the example of how can I attach an
"external global" object to the JScript which will be executed within
another executable? I used ActiveScripting and somehow familiar with
VSA so I'm asking about the CodeDOM usage here, not the VSA.
Thanks!... more >>
window.open() - Netscape 4.7 vs. Netscape 7.1
Posted by Nathan Sokalski at 7/16/2004 2:31:00 AM
I use the window.open() method to open a new window on my website. It opens
as expected in Netscape 7.1, but does nothing in Netscape 4.7. Is there an
alternative I can use in 4.7? I know 4.7 is kind of out of date, but I have
seen people that still use it for some reason. Thanks.
--
Nathan So... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Finding files in Directory
Posted by anand at 7/7/2004 12:47:27 PM
Hi,
I want to get all the files in a directory using System.DirectoryServices
The error I am getting is "DirectoryEntry" is not defined?
Can anybody help me.
Any sample?
Thanks
-Anand
... more >>
JScript.NET Applications
Posted by Dongyon Kang at 7/2/2004 9:38:00 PM
Hi,
I'm new to JScript.NET, although I have been using JavaScript and Java for a
long time. I was messing around with the JScript.NET compiler and I was
wondering if I could write a program (a real application, not a web page)
using JScript.NET. I've read a few articles about the .NET framework ... more >>
|