Groups | Blog | Home


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 > december 2003

Microsoft JavaScript Menu
Posted by Pejman Mousavi at 12/29/2003 11:01:16 AM
Dear friends, I want design web site by MS frontpage2003, JavaScript menu like Microsoft.com site in left & top of pages. How can I do it? Do I need further software for this reason. Thank you so much, Pejman Mousavi, ...more >>


.Net newsgroups backed up at dotnetgroups.com
Posted by martinho NO[at]SPAM 74tech-dot-com.no-spam.invalid at 12/27/2003 4:00:39 PM
.Net newsgroups backed up at dotnetgroups.com All important .Net Newsgroups are being backed up online at www.dotnetboards.com. You'll be able to find all your posts and answers to them, even if they are long time gone from newsgroup servers, which is pretty good idea I think. Anyways, I jus...more >>

System.Reflection.Missing.Value
Posted by Lucas Fletcher at 12/25/2003 8:57:23 PM
The biggest difference that I have found between all other javascript implementations and JScript.NET is that parameters of functions that are called with missing arguments are passed the value System.Reflection.Missing.Value instead of undefined. This is really annoying and messes up my porting...more >>

JScript Type Mismatch looks like strange compiler error.
Posted by Heinz Kiosk at 12/23/2003 3:29:05 PM
I am adding JScript scripting to a C# ADO.NET application that uses System.Data I have derived a new class called BusinessTable from DataTable The following sample script generates a type mismatch error when it is compiled: /////////////////////////// import System.Data; import MyLib.MyOb...more >>

Problem Using C#-defined Custom Attributes in JScript.NET
Posted by zmortensen NO[at]SPAM hotmail.com at 12/23/2003 8:41:03 AM
I can't seem to get dynamically-compiled JScript code to use C#-defined custom attributes. I have a simple attribute and a class defined in a C# assembly: namespace MyNamespace { [AttributeUsage(AttributeTargets.All)] public abstract class MyCsharpAttribute : Attribute { }...more >>

Disable all buttons and links on a page
Posted by ADingOD at 12/22/2003 3:43:20 PM
I know to disable all elements an a page with: for(i=0;i<document.all.length;i++) document.all[i].disabled = true; but I want to disable only buttons and links. How I know that document.all[i] is a button or a link? Thanks...more >>

Scripting in webforms
Posted by Jax at 12/21/2003 7:55:58 AM
You'll have to excuse first of all my ignorence as i'm relatively new to web development. I have a question. Is it possible to script in a web form (ASP.NET)? I have some code that works fine in a HTML page but refuses to work in a web form. Is there a particular place i have to put it or do...more >>

Terminal Services
Posted by vjay77dkjk NO[at]SPAM hotmail-dot-com.no-spam.invalid at 12/20/2003 10:52:34 AM
This was already posted here without any answer. Please help. I have got a Server running Windows 2000 Server that is an Active Directory Domain Controller. In it I have set up a user called user1. "Logon Locally" and "Access this computer from the network" rights has been assigned to "Ev...more >>



Is there a way to turn the self window's toolbar off
Posted by haiwen at 12/18/2003 9:42:45 AM
Hello,everyone. When we want to open a new window, we can set up the new window without toolbar. But if I don't want to open the new window, I just want to turn the current (self) window's toolbar off. Is it possible? Could anyone help? I do appreciate it. Haiwen...more >>

parent textbox not being updated
Posted by vince at 12/18/2003 1:48:14 AM
hi, I am using a server side textbox in my parent window with id txtUsername. In the pop up window, i assign the value to the txtUsername as window.parent.txtUsername = somevalue; window.close(); But i do not see the value being updated to the txtUsername textbox. Any idea of wher...more >>

Validate TextBox input as Int32
Posted by Pratik Parikh at 12/17/2003 10:56:05 AM
Hi everyone, I was wondering if anone have any idea of how about validateing the TextBox input is Int32 or not. I want to validate character-by-character. Please let me know. here is what i have: public static function inputQuantityValidater(inputQuantity : String):String{ var taObj...more >>

Help converting exampe from C# to JScript
Posted by nite_eagle NO[at]SPAM hotmail.com at 12/15/2003 1:31:48 PM
The following is a example of C# ADO.Net code that I am trying to incorporate in my JScript code. How do I make the line with the ********* work in JScript. I have tried various permutations with no success. I assume that the object needs to be a .Net Framework System.object, not a JScript objec...more >>

asp.net method call
Posted by Ronald Celis at 12/15/2003 9:09:15 AM
Hi, Is there anyway to call a asp.net method from a javascript? thanks in advance ...more >>

Unable to read server side jscript
Posted by renukasrivastava NO[at]SPAM hotmail.com at 12/15/2003 7:49:05 AM
I have jscript function on the server side which does not execute at run time. private void btnSave_Click(object sender, System.EventArgs e) { //some code here //calling the function with JScript assignmentRedirect("ConfirmationPage.aspx?M_ID=AddCR&Key=" + this.txtCRId.Text, (Request.Url.To...more >>

JavaScript Clock Dilemma
Posted by DeLpHi_gUy at 12/12/2003 11:26:02 PM
I'm still quite new to JavaScript so excuse me if my question sounds stupid. JavaScript is worlds apart from Object Pascal and I'm still finding my way around. I'm working on a JavaScript clock that will show the time for all major Australian cities. I'm not sure how to approach the whole timezo...more >>

redirect html page
Posted by Sean at 12/11/2003 12:24:56 PM
Hello, I need to know how to redirect to a different page as soon as the first page is loaded. I would like this redirection to occur as soon as possible. Also the page must be .html it cannot be .asp or any other format. Thanks, Sean...more >>

JS opening two windows instead of one
Posted by Display Name at 12/10/2003 9:39:56 AM
When this form's being submitted, two windows are opening instead of only one here is the function I'm using: function subForm(){ //insert form validation here //if form is valid, open a pop-window & submit subWin = window.open("http://www.smoochya.com/books.html","subWin","width=550,...more >>

Why won't cookie value show up?
Posted by Display Name at 12/9/2003 8:06:57 AM
Used one of these canned scripts to set up a JS quiz but not before having used another canned PHP script for "Tell your friend about this Web page!" sort of thing. Now i've gotta integrate them; client wants the results from the quiz to go into the email. The file "quizconfig.js" parses the for...more >>

Watch this critical pack from the M$
Posted by skeroby at 12/2/2003 9:04:35 AM
Microsoft Customer this is the latest version of security update, the "December 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now ...more >>

Retrieving text from <Select> tag
Posted by Garron Mosley at 12/2/2003 1:42:55 AM
Hi there I currently have the following Select tag code <select name="CMBUNALLOCREASONS" size="1" onchange="AllocReasonOnChange();" id="CMBUNALLOCREASONS" class="CMBUNALLOCREASONSCSS"> <option SELECTED value="0">Test 1</option> <option value="1">Test 2</option> <option value="2">...more >>


DevelopmentNow Blog