| Why default.vsdisco won't display in IE? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| win2000, VS.NET Enteprise beta 2 I was making my first C# program in VS after one of the demos and I needed to use the Web Reference and click on " Web References on Local Web Server" it displays: "The page cannot be found" even though default.vsdisco is there any reason why IIS isn't displaying that page? Dade |
|
| OT: Follow ups (5 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Apologies but I've searched google etc. to no avail.. When someone says: 'I've set follow ups to more appropriate groups' how does on do that? I'm currently using Outlook Express5/6. Any further info on the netiquette would also be appreciated, especially the difference between cross posting and multi posting etc. Joe |
|
| Open a dialog 'save as' on a web page (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| I am trying to have an opend dialog box appear on my web page when the people want to download something. It does not matter what file type I am allowing the end user to download. I just want them to click on the 'button' or 'hyperlink' and a dialog will appear allowing the user to have two options 1. open the file, 2. save the file to HD Thanks |
|
| How to create .NET assemblies in JScript? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| I saw that I have to use new ActiveXObject(...). But do I need to do anything special to my .NET assembly to use it? like adding to the Global Assembly Cache or registering it with RegAsm? Because I tried RegAsm with my assembly and it succeeded. But I still get the following error if I tried to create a type. Error : 0X80131522 Thanks, Praveen. |
|
| Define entrypoint in JScript.NET (5 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Similar with "static void main()" in C#. How can I do it? Any idea? Thanks in advance! |
|
| How do I call JScript functions from within ASP written in JScript (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi! Is there some easy way for me to call a Javascript function in ASP written in Javascript? I've made a calculation on two values from af DB. And now I want to send the result to a function to make it return a substring from that. Writing the function() is not a problem. But I can't seem to be able to call it from within the %% tags ... any suggestions. Can I define functions in the global.asa o... |
|
| How can I load a *.xls file by Jscript on JSP? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Dear Sir: Thank you for being so kind to concern my problem. Now,I want to output my data to a *.xls file by Jscript on JSP in a specified formation.I can use ActiveX to build a new excel file. However I can't justfy the size of each cell in it,so I have to load one by myself.If you know how to make it ,let me know please ,and that will be very kind of you. Oherwise,maybe you can tell me that how ... |
|
| Using variables across Frames (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| I have a web page where I am sing 2 frames....Frame1 and Frame2. Now, in Frame1, I defined a recordset object and populated it. In Frame2, I need to use the same recordset object. I defined a local variable in Frame2 and assigned the value from Frame1 like this: var RS null; RS parent.frame1.rs RS.MoveFirst; When I try to execute statement 3 in the above piece of code, it gives me an error saying,... |
|
| ActiveX Event (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I wanted to know how to use activeX events in JScript thanks syl |
|
| JScript engine question (6 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I have Visual Studio .NET beta 2 installed along with, Windows scripting engine 5.6. When I create .js files and run them (via double clicking), they appear not to be running under 7.0 but some earlier verions as statements like 'import' throw syntax errors. Running the same file through jsc via the cmd line works fine, however. Thoughts? Also some good pointers to JScript .NET resources on th... |
|
| Can not find script ******.vbs (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| I have a number of Win95/98 and NT4 machines on my network all of which run a login.bat file which in turn calls my VBS login script i.e. REM ***************************************************** REM LOGIN.BAT REM ***************************************************** wscript z:\LOGIN.vbs My problem is that my users occasionally get an error message of "Can not find script login.vbs". The login scr... |
|
| Timer (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi All, I need to display time limit on one asp page. How can I do it? What exactly I want is I need to display some count down seconds or minutes on one page and user allow to enter something in specific time after that I need to save his information and time which he has taken to do it. If he could not do it on time I need to save his incomplete data and time as well. Please help me as soon as p... |
|
| My kingdom for a Sample...Peter Torr? anything on the shelf (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I am trying to incorporate JScript and VB.Net scripting engines in my application. And am currently frustrated at the lack of samples and information on how to do this. My application is a C# Windows App. When I do searches on IVsaSite in the news groups, I get 2 measly hits. The scratchpad.exe example crashes my system. Anyway, I would prefer C# and not have to much around with converting. IVsaSi... |
|
| Page Scroll Detection (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi all, I have a big (to me it's big anyway) problem that needs to be solved pretty urgently. I need to know how to detect page scrolling movement (either by mouse, arrows, or PageUp and PageDown) so that I can reset a timer which kicks the user back to a page within a certain amount of inactivity. I have currently got a reset timer function working with onFocus and OnKeyDown on each field on the ... |
|
| Manage script under IE5 - not ASP.NET please... (3 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi ALL, I need to develop application using managed script under IE 6 not ASP.NET. I read IE 6 do CLR hosting (to run managed script) ... can it be done in VS.NET Beta 2? If not, will it be available in release version of VS.NET? Help ... please. CUS, Ari |
|
| DotNet and JavaScript debugging (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I installed DotNet beta 2 sp2 build 7.0.9254 and it seams that the installation destroyed the JavaScript debugger. When trying to inspect an object the debugger shows only "{...}" I tried to use Interdev 6 and the result was the same. In beta 1 on DotNet it worked OK. I tried to install on another machine and found that the problem occurs after the installation of the component update CD. Any ... |
|
| Define multi-dimension (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| How can I do it? I've refered quickstart docs MS provide, and tried according to it, but errors comes up. Any idea? |
|
| i'm sure you've heard it b4, but which language? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| currently using VB6, VBScript on the server, javascript on the client i guess my options for .Net are VB7 or JScript.Net (although i've thought about Java on Apache/Tomcat) i'd like to do Jscript.net , so that i can concentrate on just one language, share some libraries, etc, but don't want to get stuck with a less popular language. any advice would be very appreciate thanks chief |
|
| How to write in the registry? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Oh, forgot to tell... I am writing in C#. But it should not matter as I am using common namespaces and classes... "Nosferatu" redisus@yahoo.com wrote in message news:... Hello all, I am experiencing difficulties with writing in registry. Application crashes when trying to write something. I gives UnauthorizedAccess exception. I was trying to write to CurrentUsers, LocalMachine still failing... My ... |
|
| popup from a popup(closing the child before the parent) (3 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi all...I have a page, which i open using window.open (Let's call it first child). From this page i have a button, which opens another popup..(Let's call it second child) on closing of the second child i set a few hidden variables in the first child My problem is that when i close the firstchild(using the default cross no the top), when the second is still open and then try and xlose the second, ... |
|
| javascript onerror function (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi all... I have a window.open to open a popup .On opening this window, i try to access some values from the parent window in the javascript of my child.It used to sometimes give me a run time error saying the value is null or not an object..So I included this piece of code in javascript window.onerror stoperror; function stoperror() { window.close(); return true; } this stopped the run time error... |
|
| What, no standalone JScript? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Is it possible to write some JScript.NET and produce an executable in the same way that you can with Managed C , VB.NET and C#? I was a little disappointed to see that JScript.NET appears to be completely missing from the Hello World samples in the .NET Framework documentation... Lee |
|
| How can I split jsc.exe into JScript->CLS and CLS->EXE? (7 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| I'm using JSC.EXE to take a JScript.NET source and output an EXE. My question is how can I split that process into JScript CLS (if that's the right TLA! what I mean is the common language code that C#, JScript.NET, VB.NET and Managed C all get converted into) and then CLS EXE? Thanks, Lee |
|
| Accessing the base class in JScript. How? (2 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| What is the correct way of doing this. In C# it is just 'base' or in VB 'MyBase'. Oren J. Ferrari electrified@home.com |
|
| How Trap Error (4 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Dear sir, In my situation there is afile that is opened by other app and written some text line and not closed yet. and I Jscript I want to read it. first I opentextfile and then readline but I get error (naturally) but How can I trap and get error like Err.Code in VbScript? What is error trapping mechanism in Jscript? Thanks MTar@Kosar.net |
|