JScript RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • yet another C#/JScript question

    Hi all,I'm looking for a straightforward code example, which demonstrates an application that mixes JScript and C#. It should be a desktop application (WinForms or WPF) that exposes some of its objects and methods toJScript code loaded at runtime.I apologize if this is a faq - I've combed the ...

    5 answers | 388 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yesterday's date using Java Script

    Hi I want to validate whether the entered date in the textbox is lessar then todays date. How can i do this. Help MeThanks...

    2 answers | 143 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLHttpRequest.status 122 instead of 200

    Hi; I have a dropdown list, onchange of this it append the dropdownlist selected text in a table. I'm doing this using XMLHTTPRequest object(using AJAX). But for a specific dropdownlist item I'm getting XMLHttpRequest.Readystate sequence as 1-1-4, so returning XMLHttpRequest.status 122 ...

    1 answers | 1375 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xmlhttp request/response problem

    Hi all i am using asp.net v2.0 In one of my page i am calling another page using xml http , this is working fine but first time only , I am sending the request on click of button , when i click the button second time, it's returning the previous response and it's not even calling that page ...

    1 answers | 1202 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XMLHTTP file size limit ?

    Hi, I encounter this problem while developing a Jscript app,when i try to upload a file larger than about 10K and then download the same file again from a JBoss App server, i could not get back my original file, the file appears to be trancated.any idea ? William...

    0 answers | 298 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WScript.Shell, SendKeys, backslash & vista

    Hi,there seems to be differences in XP and Vista when dealing with WSH and SendKeys -method. Vista does not send backslash key into html-page text field. Is there any way to get backslash char visible also in Vista?function setMyFocus () { top.focus(); ...

    0 answers | 756 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WScript files editor with IntelliSense

    Hello,I'm not sure in which forume I should ask this question, but I guess it is more likely to get an answer in this forume.Is there a way to add IntelliSense to Visual Sudio for WScript host files (*.wsf)? I found this article http://support.microsoft.com/kb/q249024/ but it is very old and ...

    0 answers | 433 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WinHttp certificate security warning

    Hello:I'm using WinHttp with JScript to send a request to a https server. The certificate of the server has a mismatch between the host and the certificate name. With Internet explorer this means that a security warning is displayed when connecting, and you have the option to connect or not; ...

    2 answers | 553 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • WinHttp

    Hello:I need to send a request to a web server using https with client certificate within a script. I'm using WinHttp with Java Script. The client certificate is installed and all the priviliges are all right. From IE I can connect to the server without problem. In MSDN I have found an example ...

    1 answers | 1541 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • winForm User Control and JavaScript

    Hi,I have created a simple user control( as win dll in .net, referred to 'Embedding WinForm controls in IE').Now my problem is that I want to handle some events for my control on the wep page, for e.g.Let say my contol has a button in it, and I need to write the click event ( of the button) ...

    7 answers | 1223 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • window.showModelessDialog...I want to enable the maximize and minimize Buttons?

    is there a way to enable in the window opened with (window.showModelessDialog | window.showModalDialog)to have the maximize button & the minimize... my scenario:that i implements the mdi in the web page...openinig child windows and handling the mdi navigation...plz help...if there is a ...

    3 answers | 614 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • window.showModalDialog problem

    I have button on Search.aspx page. when user clicks on that button a new window appears using following javascript function GotoSelectProgram(memberid){ var url2 = "SelectProgram.aspx?MID="+memberid; str = window.showModalDialog(url2);} the above script will create new window for ...

    8 answers | 1236 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Window.open, but in a new process...how?

    How can I open a new window in seperate process? I have found the following: function openNewProcess(url){ set IE= CreateObject("InternetExplorer.Application"); IE.Visible = true; IE.Navigate(url); } This is not what I want as some of our clients don't use internet explorer. I want ...

    5 answers | 1494 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Window.open script error

    I'm using Windows CE.Net 4.2 with Internet Explorer 6.0. I wrote a very simple page to open a window using javascript. When I click on the link it opens up a new window properly. However, if I turn on script errors in Internet Explorer I get the following error right after the window is ...

    1 answers | 542 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Window.open script error

    I'm using Windows CE.Net 4.2 with Internet Explorer 6.0. I wrote a very simple page to open a window using javascript. When I click on the link it opens up a new window properly. However, if I turn on script errors in Internet Explorer I get the following error right after the window is ...

    2 answers | 539 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "JScript for the .NET Framework"
MSDN DEVELOPMENT