| Javascritp:: Tomorrow's date (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi! I'm having a hard time with this script. I'm not a javascript programer but I try to understand as much as I can!! My problem is the following. I got this script from javascript.com and the script sets the drop down menues of a form to todays day. It sets the month, day and year. Now I need it to be set to TOMORROW day!!! I did it just changing "DaysObject[NowDay 1].selected true;" to "DaysObj... |
|
| JScript runtime error: 'undefined' is null or not an object (10 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm working on a small team of developers, writing our first VS.NET application as a Web Form app. We're using VB.NET for this app. Now, when attempting to test it in the VS.NET debugger, the application stops on my Web Form page with the following error: "Microsoft JScript runtime error: 'undefined' is null or not an object" It is stopping in a JScript module called WebUIValidator.js, in the func... |
|
| JScript .NET PDC 2001 Demos available on GotDotNet (9 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hey, I finally had time to add some minimal documentation to these samples (and a few more features ; ) ) and they're available on the web right now http://www.gotdotnet.com/userfiles/torrboy/PDC2001.zip These demos include: * Using JScript .NET from C# and VB * Using Managed Extensions to C from JScript .NET * Writing a simple arcade game in JScript .NET and using VSA to customise it * Using JScr... |
|
| Msxml2.XMLHttp change? (6 replies) |
| microsoft.public.dotnet.languages.jscript |
| I've been doing this with ASP pages, and they work great, but now with ..Net, somethings changed. What do I have to look out for? Works: xmldom new ActiveXObject("MSXML2.DOMDocument"); xmlhttp new ActiveXObject("Msxml2.XMLHttp"); xmldom.loadXML(xmlString); xmlhttp.Open("POST", "XMLPost3.asp", false); xmlhttp.Send(xmldom); var sXML xmlhttp.responseXML.xml; p display.innerHTML 'Bytes Returned: ' sXM... |
|
| Wishlist: Client-side Scripting Support (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Currently there is virtually no support for client side scripting in WebForms. This has the unfortunate effect of encouraging people to attempt to code things server side which have no place on the server. 1. There should be a "Code In front" page for client side code. The IDE would list all the objects and events in the form, and allow the user enter code with full IDE support. 2. The client side... |
|
| Which Language Should I Choose? (128 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi all I've posted an article at http://www.dotnet.za.net/viewarticle.asp?articleid 12 that deals with the issue of what language developers should choose when deciding to learn .NET. It goes through all the major options (Java/C /VB/Perl/Python/Delphi programmer) and gives the pros and cons of each of the major choices (VB.NET/C#/C .NET/J#/JScript.NET etc). Hopefully this'll be of use to all of y... |
|
| prob. compiling VsaControl w/ SDK Beta2 (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm receiving the following errors when attempting to compile the VsaControl included w/ the PDC 2001 Demos. I've installed the most recent Framework SDK Beta 2 from MSDN and am running Win98. An 11/30 post on this subject by Peter suggested that there may be problems in running the demos w/ the Beta 2 build vs. the targetted release candidate. This appears to be the case w/ the other PDC demos th... |
|
| Wish List Site (12 replies) |
| microsoft.public.dotnet.languages.jscript |
| I am working on a Wish List site for VS.Net. and its supported languages. Currently I have just a rough framework, but I would appreciate any comments on the overall format and presentation. The general idea is that wish list items from these newsgroups are to be collected and presented in a formal manner. That way MS can see what we really want. Eventually a polling system will be added so that w... |
|