| Thread | Last Post | Replies |
|
| IDENTITY, Access, and multiple SQL statements | 31 May 2008 13:40 GMT | 1 |
From http://databases.aspfaq.com I got this bit of ASP code for getting the identity value for a row inserted into an MS Access database: <% fakeValue = 5
|
| Window object onunload | 31 May 2008 11:35 GMT | 3 |
Consider the following javascript: sChooserWindow = window.open("/path/to/my/file.html", "windowName"); sChooserWindow.onunload = checkSelectedContent; It works in FF in that my function, checkSelectedContent, is called when the
|
| ActiveXObject, jscript: Publishing a table as static html | 25 May 2008 14:55 GMT | 6 |
I really, really need a help from anyone that knows jscript, ActiveXObject and Excel 2007 (it may work with older versions as well) I have a single table in my xlsx file. I would like to create a [static] html (.htm) file containing this
|
| OnMouseOver | 23 May 2008 15:20 GMT | 3 |
I have an HTML/Jscript page with two images and an empty Table area. When an image is clicked it calls the page again passing it a code ?c=1 and when loading the table area is populated with one set of links. When the other image is clicked it calls the page again passing it a ...
|
| Javascript ActiveXObject | 22 May 2008 12:15 GMT | 1 |
Hi I have created a activeX com object in .net and installed on Vista. I can call it from a web page and get the desired results. But when i run in the Vista Sidebar Gadget I get a Object is Null error.
|
| Debugging JS in IE | 20 May 2008 21:03 GMT | 1 |
I'd love to hear how MS developers debug javascript in IE. The MS Script Debugger is a joke. There doesn't seem to be any way to set breakpoints (or otherwise get IE to break) for any code that executes onload. Additionally, trying to get any of the breakpoints you set to ...
|
| Detecting a Protocol Handler in IE | 20 May 2008 09:50 GMT | 3 |
I am wondering if it's possible to detect whether or not a protocol handler is installed and enabled with JavaScript. We have a VoIP system that installs a toolbar and a protocol handler that's used to dial the phone and I would like to modify our intranet-based telephone ...
|
| dropdown list of numbers | 15 May 2008 22:16 GMT | 1 |
I am trying to create a drop down list of number from 1 -2000. Is there a better way to do this other than: <option value="2">2</option> <option value="3">3</option>
|
| refresh list/menu | 14 May 2008 18:12 GMT | 4 |
Anyway to refresh ONLY a list/menu and not refresh the entire page?
|
| Reference to an object in IE | 13 May 2008 15:10 GMT | 4 |
Consider the following script: var SearchWidgetWhat = { aWhatCheckboxes : {}, iNumCheckboxes : 0, /* Need to do this because JS can't get the length
|
| Function Help | 12 May 2008 13:51 GMT | 2 |
I am brand new to this language and need some help. I have a form with 3 fields; fname, lname, username. I would like to create a function that in the onblur event of the fname or lname fields the username is automatically created and filled in. So if i
|
| listmenus (select all) | 09 May 2008 22:03 GMT | 2 |
Will someopne please point me in a direction that will allow me to place a button on a page that will select all values within several listmenus. I have located one option at http://www.mattkruse.com/javascript/selectbox/source.html. However, this
|
| changing header and footer of an internet explorer page | 08 May 2008 08:33 GMT | 1 |
hi every one!!! i have an assignment to change the header and footer of a html page,without changing the values of page setup....it can be done by changing the registry key values of a html page....i have to do the
|
| Disable the PrintScreen Button from web application | 06 May 2008 14:57 GMT | 3 |
Is it possible disable the Print Screen Button when you access to a WEB application (asp.net) and enable it when you leave it? How could I do it?
|
| how can i attach onerror event for all IMG tag? | 03 May 2008 10:01 GMT | 1 |
|