| javascript.net as script language (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi group, I am using successfully javascript language (not HTML DOM) for script jobs on my computer. For running the script I simply write the code in a .JS text file and pass it to WSCRIPT.EXE. I am NOT a web developer and I am NOT interested in HTML DOM!!! I just like the flexibility of JavaScript language and its programming model fits my project needs! So, what should I do to write JavaScript.... |
|
| Detect page called in IFRAME ? (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello, I've got a page which can be called in a IFRAME or directly in IE. How can i detect that it has been called in IFRAME ?? I try with 'parent....' but it does not work .. Thanks, Fump |
|
| Please visit my site (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Please visit my site @ www.Praveen.co.nr T.G. Praveen Please visit my site @ www.iampro.tk |
|
| Time offset between the server and client (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I have a jscript timer that shows the time that a page has been open. I want to calculate the difference between the server and client times for an application. I will then apply this value to a jscript timer on the page. so that the timer will always start at zero no matter what time zone the client is in. Open to any ideas!! GR |
|
| Firing server object/web service from a client validation... (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| I have a server object that performs zipcode validation based on zipcode entered in the web form. Ideally this should work as follows: Once the zip code is entered in the edit box it should validate the entry with this server object before moving to enter state in the next dropdown field. What is the event by which we can do this for the edit box? (OnBlur doesnt seem to capture the text though it ... |
|
| label visible/invisible? (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi, How can i make a label visible/invisible? I am able to do it for text box by using document.form1.TextBox1.style.visibility "hidden"; But when i am giving the same for the label, i am getting an error. any idea?? Thanks in Advance |
|
| referencing .NET framework namespaces in client side java script (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello I'd like to use .NET framework namespaces in client side java script. For example i'd like to import System.Activator, in order to call Activator.CreateInstance() method inside a client side java script function. This function should executed in the client's browser! 10x Rea |
|
| Plugin-Detection (4 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi everyone... I am about to get nuts! I need a plugin detection vor Acrobat Reader. Well, that would not be a big deal but somehow, I am strugling with it. The html File on the bottom of this message is a summary of the script that I have. when I test it local, meaning starting it on the filesystem, it works fine. acrobat is ok(true) and flash is ok(true). just like it is supposed to be. BUT, whe... |
|
| Smart Navigation and using History.Back() (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hello, I have a .aspx page that has SmartNavigation true. This site is accessed through a windows form using an IE ActiveX control that does not show standard IE nav buttons (back button). I am using an HTML button on the .aspx page that calls JAVASCRIPT:history.back() however it goes back one submit as if SmartNavigation was set to false. If I hit the site through IE normally and use IE's nav but... |
|
| Inserting Characters (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| This is a simple question, and I know that I have done this in the past. I have some javascript that creates a string. Inside this string, I need quotes (""). I now that in VB you can use Chr(34) to create this character, but I do not remember how to do it in javascript. Please help. |
|
| In Internet Explorer is their a way of determining if the sidebar is Active? (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm looking for a JavaScript/.net replacement for Netscape's window.outerWidth that will work in IE and was wondering is their a way of determining if the search/history/favorites/etc. sidebar is open ??? Any other suggestion on how to find the total with of the IE window would be appreciated. Thanks CES |
|
| DropDownList and document.onmousedown conflict (4 replies, VIP) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I have a DropDownList server control on a web form where the javascript event OnMouseDown is traped for the document object (document.onmousedown handleMouseDown). The problem is when I click to select an item in the DropDownList, the javascript event OnMouseDown for the document is trapped and the javascript function handleMouseDown is called. Worse, if I click on the scrollbar of the DropDow... |
|
| Set Focus to TextControl on Page Load (7 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm sure this question has been asked many times, but I could not find another reference to it. So please tell me how to make a textbox the active control on a webform on page load. Thanks, MDMurphy |
|
| HRESULT from Com object? (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm calling a COM object function from JScript which returns an HRESULT. How do I use the HRESULT from JScript to determine success/failure? (function in question is MSSoapInit) |
|
| jscript function call in c# application (6 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi, I wrote a little application in c# and included the vsa i have a gui which allows dynamic scripting either of jscript or of vbscript. if i want to execute the written vbscript functions after initializing the engine i just have to call for example: Assembly assem m engine.Assembly; Type type assem.GetType("Test.mainmodule"); MethodInfo miMethodHello type.GetMethod("hello"); miMethodHello.Invok... |
|
| jscript calling c# function? (3 replies) |
| microsoft.public.dotnet.languages.jscript |
| I want to create a Windows Form in C# that has a web browser componant on it. If I load a web page into the web browser containing jscript, can jscript call a C# function on my form? |
|
| How to Close a Window? (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi all, I have a webform with Java Script as Client script. I have opened a window using window.open() function. Now, i want to close the same from the parent window.. How do i do it?? pls help me . very urgent.. I think i have posted the question in the right area.. if wrong i regret for it.. Thanks |
|
| object references (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| I'm new to javascript but i've been coding for a while now in C#. I'm having difficulty in using a reference to manipulate an object. Say for example I want to do this. someImage.style.posLeft event.clientX (myobject.offsetWidth/2) document.Form1.scrollLeft; this is during a mouse move event and is moving the image around the screen. Now what i'd like to do is use the same movement code for other ... |
|
| replacing slash with backslash (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Good morning, I can't find the way to replace, in a text string, the "/" char with the "\" char. I know that exists an instruction called replace that has the following sintax : mystring mystring.replace(/oldtext/flags , "newtext") the problem is that my oldtext is just the slash ( / ) character!!! Anyone can tell me which is the correct sintax for my case ??? Thanks a lot. Fabrizio |
|
| clear value of a drop down field (2 replies) |
| microsoft.public.dotnet.languages.jscript |
| Hi, i have a problem to claer the value of a drop down field in a MS CRM formular. The CRM Newsgroups couldn't help me to solve this problem. I hope anybody here can... I added a drop down box and filled it with the values A, B and C. The returnValues are 1, 2 and 3. On default the field is empty (screenshot is attached!). To set the value of a Drop Down Field with an JScript I have to write: crmF... |
|