Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
October 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
March 2008
April 2008


all groups > dotnet jscript > july 2003

a script to add thousand seperators while user enters amount in a textbox
Posted by buran at 7/29/2003 2:35:46 PM
Dear JScript Programmers, I am looking for a script, which shall add thousand seperators while entering amounts. Where can I find such a script? Thanks in advance, Buran ...more >>

looping through all IE windows
Posted by Zeng at 7/29/2003 1:50:11 PM
Hi, This is related to one of my earlier posts. Is there a way to loop through all windows of the client machine in Javascript? More specifically, I'm interested in all IE windows are currently open. Thanks! ...more >>

List Boxes How to Transfer Items from one to the Other
Posted by News VS.NET at 7/29/2003 9:21:49 AM
Hi all I have Two ListBoxes When I doubleClick an item in one ListBox I want that Item to be MOVED to the Other ListBox and Visa Versa Thanks ...more >>

string.Replace
Posted by News VS.NET at 7/27/2003 5:18:20 PM
Hello, I am trying to replace some content of a var with "" ( nothing ) In javascript they talk about str.replace() I tried it but it does not work. example: TextBox1.value = "kiu:765:wsd:xyz:098:"; // ':' is a delimiter in TextBox1.value var Mystring = "xyz:"; var reg1 = "/"+Mystr...more >>

Ubound Error: not defined
Posted by JP at 7/25/2003 4:57:09 AM
I know this can be done, what am I doing wrong? If you have form objects on a page with the same name they are automatically put into an array This is what Im trying to accomplish since I do not know how many of these objects will be created when the page loads. So i need to use the ubou...more >>

App.ico in jscrip
Posted by stelios at 7/23/2003 2:42:03 PM
I have generated an executable using jscript compiler but the icon of the executable is the default one. Does anyone know how to compile my custom icon file into a jscript executable? ...more >>

showing "busy" page
Posted by szabelin at 7/23/2003 11:27:39 AM
Hello, How do I show a "wait while your request is being processed" page for long operations? A lot of sites do that, including airline sites while they are seaching fares per user's request. I am not sure if I am posting in correct forum. Please reply with your suggestions. I am usin...more >>

newbie question about JavaScript print function
Posted by Gay Alson at 7/22/2003 10:07:13 AM
If I'm in the wrong newsgroup, I apologize and would appreciate a suggestion where I might find my answer. I want to use javascript for a single routine that (1) defines a range of pages to be printed, then (2) sends the Print command, bypassing the printer driver software. Is this possible? ...more >>



Javascript 2.0?
Posted by Bill Cousert at 7/21/2003 8:10:27 PM
Does anyone know when IE will support Javascript 2.0? -- -Bill Cousert wrcousert@yahoo.com moderator of http://groups.yahoo.com/group/c-sharp-programming ...more >>

radiobuttonlist in javascript
Posted by sramruttun at 7/21/2003 4:27:54 PM
hi I have a checkbox and a radiobuttonlist (the radiobuttonlist contains 2 items) in my form. The radiobuttonlist has its visible property set to false at design time. At run time, when the checkbox is checked, then I want the radiobuttonlist to appear. I want to use javascript. On Form_Load ...more >>

Jscript.net in Internet Explorer?
Posted by Bill Cousert at 7/20/2003 9:04:47 PM
Are there any plans to upgrade IE to support Jscript.net? -- -Bill Cousert wrcousert@yahoo.com moderator of http://groups.yahoo.com/group/c-sharp-programming ...more >>

Jscript
Posted by mekki at 7/17/2003 5:15:54 AM
Hi How I can read a text file in JScript? THANKS...more >>

JavaScript menu and ListBox control problem
Posted by Nash at 7/15/2003 3:42:32 PM
I have this page with JavaScript menu and some ListBox controls. The problem is when menus are open, they should show above those list boxes, but they are allways beneath it. Guess it's a problem with HTML SELECT control that is ASP.NET ListBox rendered to, but I can't find a way out of this ...more >>

Why does JScript.net exist?
Posted by Syntax Error at 7/14/2003 6:39:00 PM
JScript is vastly different than JScript. What is the point in converting to it instead of C#? ...more >>

updating frames...
Posted by Nimbus Dorkus at 7/14/2003 12:00:04 PM
image the following: fs_Main | ------------------------- | | frmControls frmOverview * \ \ setup.aspx if i call a windows.open("setup.aspx"....) in frmControls, a...more >>

refresh showModalDialog content
Posted by pedro mauricio at 7/13/2003 6:46:21 PM
i tried to refresh the content of a showModalDialog window using every method available but with no results...can u help?...more >>

Assembly Called from C#
Posted by Darren Webb at 7/12/2003 4:17:12 PM
This is a *.bat file jsc.exe /r:Microsoft.JScript.dll /t:library ServerPush.js copy ServerPush.dll .. ildasm /Adv ServerPush.dll ========================================================== In the directory above is a C# project "Solutions Explorer", Right Mouse on References Add Reference; Pro...more >>

jscript.NET compilation question
Posted by Geiregat Jonas at 7/9/2003 7:22:45 PM
I'm asking myself when you compile a jscript.NET app. What happends behind the sence's...more >>

Web Browser in .Net Form
Posted by Robert Chan at 7/7/2003 2:19:28 PM
I am having trouble converting this into a format that I can use in a compiled .Net Jscript The bottom line is that I am trying to incorporate a web browser control inside a form. This code was from Visual Studio and it works. The problem has to do with the reference to web browser componen...more >>

Welcome back Peter
Posted by Joe Fawcett at 7/7/2003 8:37:54 AM
Good to see you back Mr. Torr :). I thought we'd lost you forever. -- Joe ...more >>

Microsoft WebBrowser control
Posted by Bill Cousert at 7/6/2003 12:38:48 PM
I have a Windows Form that uses the Microsoft WebBrowser control. If I load an HTML file into the control that contains Jscript code, can the Jscript code call a C# function in my Windows Form? -- -Bill Cousert wrcousert@yahoo.com moderator of http://groups.yahoo.com/group/c-sharp-pr...more >>

syntax error when creating an Array
Posted by Bill Compton at 7/5/2003 11:06:24 AM
When I compile this code use "jsc hello.js" I get a syntax error on line 11 and I can't understand why. Thanks. Bill // jsc.exe hello.js // filename: hello.js import System import System.Windows.Forms import System.ComponentModel import System.Drawing class Hello extends Syste...more >>

Jscript to .dll for use in Csharp
Posted by Bill Compton at 7/5/2003 8:24:33 AM
I have a web application that makes extensive use of: AnArray = new Array(); AnArray['red'] = 'flag color 1' AnArray['white'] = 'flag color 2' AnArray['blue'] = 'flag color 3' I don't find that capability in C# If I create an object that manipulates the extensive arrays in Jscript and ...more >>

Why txt files can not be displayed with a scrolling bar on a pop-up widow?
Posted by Lamine Darbouche at 7/4/2003 12:42:25 PM
Dear All, Please help!! Does anyone know why I could not dispaly a srolling bar in an open.widow when it is a txt file? It works fine if it is any other format. Many thanks in adavance. Regards Lamine ...more >>

Rounding off
Posted by sramruttun at 7/3/2003 5:03:51 PM
hi I several textboxes in which I want the user to type double values eg 10.5, ..5, 7.5 10.0, 0 etc i.e after the decimal point, I want to have just a 0 or a 5. How can I do it (need to use javascript) ? Otherwise I want that suppose the user typed in eg 23.435555 - upon lostfocus I want to ...more >>

how to get current direcorty in windows scripting 5.1
Posted by sachin at 7/2/2003 12:57:51 PM
Hi, I have sample code which needs to get the current directory from where the file runs,it works with windows script host 5.6, but not it with 5.1 I read and found that current directory property is available in 5.6 not 5.1 Wanted to find out the equivalent of it in 5.1. // sample...more >>

Inherit JScript.ArrayObject and pass it to VSA?
Posted by boogs at 7/1/2003 3:42:19 PM
Hello, Is there a way to inherit Microsoft.JScript.ArrayObject? I have done something similar with JSObject and it works great. The reason why I need to is because I'm actually faking JScript datastructures by wrapping JSObject around an XML Dom. When the JScript engine makes changes to it'...more >>


DevelopmentNow Blog