| Thread | Last Post | Replies |
|
| Assembly Called from C# | 29 Aug 2003 19:20 GMT | 6 |
This is a *.bat file jsc.exe /r:Microsoft.JScript.dll /t:library ServerPush.js copy ServerPush.dll .. ildasm /Adv ServerPush.dll
|
| Client side script to generate a text file | 26 Aug 2003 08:53 GMT | 5 |
What I need: a button on the page to let user save the content of a table to a text file (comma separated). I am wondering if it is possible to use jscript to do all these at client side?
|
| eval | 23 Aug 2003 02:20 GMT | 1 |
I have a requirement of using the JScript.NET eval method in my C# code. Currently, I have a .js file which defines a class and one method that does the eval and I have compiled this to a dll and is being used in my C# code. I would like to use Vsa to do this so that I can do it ...
|
| 2 radiobuttonlists for selection | 19 Aug 2003 10:18 GMT | 2 |
I have 2 radiobuttonlists in my form both having more or less the same listitems: At Design time, RDLGroup1 (1st radiobuttonlist) has the foll. items:
|
| Securing code from public view? | 18 Aug 2003 23:11 GMT | 1 |
How would I go about not only hiding the code, but making the page unaccessible via Frontpage? I'm using a custom JS that is specific to my project, and don't want it distributed everywhere.
|
| WebServices from within another htc behavior | 13 Aug 2003 18:38 GMT | 1 |
I'm using the following code in the init of a custom client-side web component. objWebService = document.createElement("div"); objWebService.style.display = "none";
|
| How to change VBScript to VB code behind file | 13 Aug 2003 17:29 GMT | 5 |
I need a pop-up window for user to confirm change. The default button is the second option (No). As the user only use IE, I think the VBScript is an option. The following code only works for html button. I wonder how I can change it to VB code behind file and use a server control.
|
| Problem : Works only if I have an alert | 12 Aug 2003 03:21 GMT | 1 |
I have posted the code below, please help me how can I make the window object understand the new object created without using alert or settimeout(). Also How to check a method exists in a object? it works only if I have a property in that object then its working fine, how to check ...
|
| a script to add thousand seperators while user enters amount in a textbox | 11 Aug 2003 08:48 GMT | 2 |
Dear JScript Programmers, I am looking for a script, which shall add thousand seperators while entering amounts. Where can I find such a script? Thanks in advance,
|
| newbie question about JavaScript print function | 09 Aug 2003 08:52 GMT | 2 |
If I'm in the wrong newsgroup, I apologize and would appreciate a suggestion where I might find my answer. I want to use javascript for a single routine that (1) defines a range of pages to be printed, then (2) sends the Print command, bypassing the printer
|
| Ubound Error: not defined | 04 Aug 2003 16:55 GMT | 1 |
I know this can be done, what am I doing wrong? If you have form objects on a page with the same name they are automatically put into an array This is what Im trying to accomplish since I do not know
|
| looping through all IE windows | 01 Aug 2003 13:07 GMT | 3 |
This is related to one of my earlier posts. Is there a way to loop through all windows of the client machine in Javascript? More specifically, I'm interested in all IE windows are currently open. Thanks!
|