Array Problem
Sat, 2 Jul 2005 10:44:01 -0700
there is nothing happens to my script. What can i do to fix this problem.?
thank you.
=========beginning=========
var i;
var strComputer = ".";
var nfile= new Array();
var objWMIService = GetObject("winmgmts:\\\\" + strComputer +
"\\root\\cimv2");
var FileList = objWMIService.ExecQuery("ASSOCIATORS O ...
|
I'm so confuuuused.
Wed, 29 Jun 2005 16:04:41 -0400
I get the folling error message:
"Microsoft JScript runtime error:'null' is null or not an object"
the error is referring to the following script:
"function moveCurser(divMenu, hidMenu)
{
var i;
var j;
i=document.getElementById(divMenu);
j=document.getElementById(hidMenu);
j.value=i.innerH ...
|
Infopath uses Jscript, would that apply the same in here?
Tue, 28 Jun 2005 09:59:02 -0700
I'm trying very hard to do some code in Infopath and am getting nowhere in
that forum. I'm just tryting to do a check condition and then have a couple
if statements for the form to submit. Pretty easy stuff, but no luck here.
If anyone can spare a minute i need some serious help!
Thanks!
This is how I c ...
|
Converting String to double
Thu, 23 Jun 2005 18:39:27 -0400
Hi
I got this:
var x;
x=0.0;
x = document.Form1.elements['txtNumber'].value;
document.Form1.elements['txtDouble'].value= 2 * x ;
But I always got "NaN" how can I convert a string into a double???
thanks
...
|
Permission Denied Error
Wed, 22 Jun 2005 18:12:26 -0700
Getting error attempting to open notepad.exe from html page. Invoking
JavaScript below:
< script LANGUAGE="JavaScript">
function OpenAppFile()
{
var oShell = new ActiveXObject("Shell.Application");
oShell.ShellExecute("notepad.exe", "", "c:\\Windows\\System32");
}
</script>
...
|
How to set focus after return a value
Sat, 18 Jun 2005 15:02:03 +0800
I have a javascript function :myFunction, that will take this as parameter
and fill this a value
The useage of myFucntion is like:
<asp:TextBox ID="TextBox1" runat="server"
onclick="myFunction(this);"></asp:TextBox>
But after it return a value to TextBox1, I want to set the focus on TextBox1
How can I do ...
|
Who knows ?
Fri, 17 Jun 2005 10:46:27 +0200
Hi everybody :-)
Do you know a group I can send (post) animations scripts (JS, VBS, Flash
....) ?
Sorry for my poor English :-)
Have a nice day :-)
--
~ Le Naja ~
Adresse email: http://www.users.skynet.be/mew/email.html
Page Web: http://www.users.skynet.be/mew/
...
|
|
|
Printing with jscript
Thu, 16 Jun 2005 16:33:15 -0400
Hi
I need to build a function that be able to print do you have any example???
How can I send some text to printer, I don't wanna send the whole html page
to the printer only a few lines that are not visible on the html page
thaks
...
|
emualte a main() function
Thu, 16 Jun 2005 20:22:59 +1000
Is there any way to emualte a main() function like in C#? Im writing a
tracker program to recrod down information from stuff spewed out from
another program i wrote in managed C++ and C#. I need to find a way to
manipulate the console arguments without using the environment class,s ince
its much less flex ...
|
Visible html table containing validation controls
Wed, 15 Jun 2005 17:08:20 -0700
Hello dear Friends
I have an urgent question. Would you please give me your professional idea?
I have an html table containing the ASP.Net validation summary and an ASP.Net label control.
The table background has different color than other sections. I want to show the error message inside a section (with d ...
|