| Thread | Last Post | Replies |
|
| How to access a Webservice with javascript | 29 Apr 2005 15:38 GMT | 4 |
ich have an aspx site, in which I like to access a webservice (asmx file) with javascript. I think it like this: var ret = accessservice(<parameters or soap call>); location.href(ret);
|
| Successor to VBA and VSA? | 28 Apr 2005 20:45 GMT | 1 |
Right now I'm building a winforms application that uses a COM component for scripting and was hoping to use VSA as a more powerful and more natural way for integrating script into my app. I was dissappointed to find out that VSA is now no more and there is no .NET ...
|
| sAMAccountName retriveal | 12 Apr 2005 16:15 GMT | 1 |
I am having problems with the following code... I have established an AD connection and performed a DB query successfully. I know it was successful because i can run a wscript.echo objUser inside a For loop and have it display the correct information. I omitted the LDAP address ...
|
| Using the Local File system | 06 Apr 2005 15:27 GMT | 2 |
Hi, since XP SP2's IE security improvements, some of our solutions can't work anymore (the way they are currently distributed). Our developers are migrating our application from VB6 forms to ASP.NET Web Forms. In the process some of our interfaces are still being used as exe ...
|
| How to Close the Application Popup Window ? | 05 Apr 2005 19:19 GMT | 3 |
My IIS Popup a 'Application Popup' Window Which tell me some errors occur in the Memory at times . I want to use the Script to Close the Popup window. Could someone tell me How to deal with it?
|
| how to determine deleted content in WYSIWYG Editor | 04 Apr 2005 21:24 GMT | 1 |
I have a editable area (a SPAN set contentEditable= 'True'). When I delete something in the in editor by pressing "Delete", or "Insert" key, I need to check if the deleted content is text or a control. If it is a control, I need to undo the deleting. Is there any way in ...
|
| nbtstat code failure | 02 Apr 2005 20:00 GMT | 4 |
I am running the following simple code to display nbtstat information. However when I execute the code it doesn't display the netbios table. What changes do i need to make to get the table to display? Much appreciated. Set objShell = CreateObject("WScript.Shell")
|
| dropdown menu with <Select> | 01 Apr 2005 17:50 GMT | 1 |
Hi; I am using a javascript for a dropdown Menu in an aspx page. Everything is working great except when the javascript menu come over an asp.net dropdown control you can see through.
|
| string function split does not work in the external js file | 01 Apr 2005 08:33 GMT | 2 |
I am using javascript for string splitting, it works fine, when I use that code in the html file, but when I create external js file, and use external file. All other script (including alert, loops,....) works fine except split function, any idea, following is the code.
|