


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 ...
Hi I want to validate whether the entered date in the textbox is lessar then todays date. How can i do this. Help MeThanks...
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 ...
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 ...
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...
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(); ...
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 ...
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; ...
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 ...
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) ...
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 ...
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 ...
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 ...
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 ...
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 ...
