| Thread | Last Post | Replies |
|
| OnSubmit and Javascript from .NET | 28 Jun 2004 18:16 GMT | 2 |
I have a program that is posting with the "POST" method and has "onsubmit = return thisFunction". The function works intermittently, sometimes being called and other times not. The only trouble-shooting I've done is to erase the submit call from
|
| ADODB in VB.NET | 15 Jun 2004 19:08 GMT | 2 |
H A project requires me to insert new code in VB.NET to create an empty ADODB recordset (not ado.net), using the following snippet Imports ADOD ..
|
| Shutdown failing with WMI | 13 Jun 2004 19:44 GMT | 1 |
I have been playing with a WMI script to shutdown some PC's. The script is below. The problem I have is when I set the shutdown value to 8, sometimes the PC's hangs on shutdown at a black screen
|
| how to keep window object alive? | 09 Jun 2004 21:51 GMT | 1 |
In javascript, how do I keep openEditor from getting reset each time a page is reloaded? Basically I need per browser global javascript variable that is kept around for as long as the browser is open. Thank you var openEditor function ShowEditor(edittype {
|
| Font in IE | 08 Jun 2004 19:17 GMT | 2 |
I have created a windows forms control named MyControl. The control exposes a TextFont property of type Font. I have created an HTML page which hosts MyControl control. The page also contains a java script function from within I want to change
|
| Scripting with a UserControl - how to force a refresh? | 01 Jun 2004 09:18 GMT | 4 |
I have a page which contains a Windows Forms UserControl and several DIVs within a table. When the mouse is moved over the UserControl, it ends up calling the following Javascript: function Map_mouseMoved()
|