| Thread | Last Post | Replies |
|
| Call popup window | 31 Mar 2004 17:58 GMT | 7 |
I have a .JS file that permits to open a popup window calling the fiunction CreateWnd(...) The question is How can I call the popup window by selecting an item in a datagrid?
|
| Using JavaScript and Response.Redirect | 29 Mar 2004 18:02 GMT | 3 |
I have a .JS file that opens a popup window. Here is the question... I have a DataGrid with a select command that in this case, when I choose "Select", I want to open my popup window.
|
| Set target in a table | 25 Mar 2004 14:51 GMT | 1 |
I have a table that rigth column have a link items menu. Can I set the left column of that table as target of that links? How? Or have I construct new pages for each item?
|
| Raising Application Script Events to Windows Event Log | 24 Mar 2004 08:44 GMT | 1 |
:?: Hello I am doing a Speech Application using MSSASDK,MSS under Windows. I am trying to raise application events to windows
|
| how to delete an ActiveXObject ? | 23 Mar 2004 19:01 GMT | 1 |
hi,all new an activex as following: <script language=jscript> var test = new ActiveXObject("Test.Obj1.1");
|
| fire server side event from client side | 23 Mar 2004 18:59 GMT | 1 |
I have a number of HTML tables that are dynamically rendered from server side code. I've added an onClick event to the tables that fires a client side function (jscript) to redirect the user to an appropriate page using location.href I need to capture this event some how on the ...
|
| Optomize this JavaScript? | 23 Mar 2004 02:11 GMT | 1 |
I am showing and hiding Table Rows on my page using this script: ------------------------------------------------------ <script> function adverseShow2()
|
| Exposing of object properties in JScript.NET | 22 Mar 2004 17:45 GMT | 1 |
I'm using JScript VSA engine in my application. I pass my C# objects to script as global items. Properties/fields declared in C# classes are visible from script code. But I want that script can use in similar way properties not declared in the class - I have internal collection of ...
|
| Scrollbar width | 19 Mar 2004 01:58 GMT | 1 |
I've got two tables on a web page, one on top, and one below which is inside a div that has a vertical scroll bar. with Javascript I want to size the top table to have the same width as the div - the scroll bar width.
|
| JScript exception handling woe | 18 Mar 2004 06:26 GMT | 2 |
I'm migrating some Javascript code written for ASP 3.0 into ASP.Net. I'm getting a compilation error regarding throwing an Error from a method of a javascript object. // This works
|
| How can i reach function in Web fom via jscript | 17 Mar 2004 08:12 GMT | 1 |
i created web application(c#). and then wrote jscript function in aspx. How can i access any function in web form with using jscript function? Thanks
|
| referencing .NET framework namespaces in client side java script | 15 Mar 2004 00:51 GMT | 1 |
I'd like to use .NET framework namespaces in client side java script. For example i'd like to import System.Activator, in order to call Activator.CreateInstance() method inside a client side java script function. This function should executed in the client's browser!
|
| Username or licencename | 13 Mar 2004 07:34 GMT | 1 |
can anyon tell me a way to read out the current user or the name and the company from your OS licence? Thanks a lot Stefan
|
| Syntax for accessing controls from javascript using variable names | 12 Mar 2004 18:21 GMT | 7 |
I'd like to use a generic validation function that I pass the control name to and have an alert box come up and then select the text in the text box and return the focus to the textbox if not valid. It's not working correctly and I expect my syntax isn't quite right. Please check it ...
|
| Why I can't get xmlhttp.responseBody value? | 12 Mar 2004 11:37 GMT | 3 |
MSDN document says the "xmlhttp.responseBody" method could return a Array.But I can't get anything use this method .Could anyone give me a example on how to use the "responseBody" method? Thks!
|