| Thread | Last Post | Replies |
|
| Strong name a JScript Assembly | 31 Aug 2004 16:23 GMT | 4 |
I've got a JScript assembly that I want to strong name. (This assembly just allows me to use the JScript eval function from my C# code). I want to be able to put this JScript assembly into the GAC with the rest of my assemblies so I need to give it a strong name.
|
| Can javascript call the function Web Service | 19 Aug 2004 17:49 GMT | 2 |
Hi, Everybody I want to use the client's javascript to call the function of web service. How can I do that?
|
| Populating parent form question... | 10 Aug 2004 09:56 GMT | 2 |
I have datagrid on a popup window which for each row spat out has a "Select" option - its a hyperlink - when clicked it runs the calls a javascript function - this function should populate the parent form, my problem is that I need to update the fields dynamically - ie, I wont know
|
| Iterating through object collections | 07 Aug 2004 18:13 GMT | 5 |
Is there any way in JavaScript to iterate through an object's properties to interrogate their values? I'm thinking specifically of the navigator object, the screen object, the window object and the document object. Something like:
|
| Undefined values of some screen object properties | 07 Aug 2004 15:20 GMT | 2 |
Can anyone tell me why some screen properties return undefined, as in the table below: availHeight 836 availLeft undefined
|
| learning form elements'S id or name | 07 Aug 2004 13:52 GMT | 1 |
hoe can i learn element name or id name of my inputs.. i want to read it's values. but i dont know their id or name...
|
| Replace bat-file with a script! | 01 Aug 2004 02:16 GMT | 6 |
I have a batch-file (*.bat) which logon the client to our server, including printer and drive mappings. Now I want to replace the batch-file with a script for the windows scripting host, because I want the users to enter their username and password, and
|