| Thread | Last Post | Replies |
|
| Connecting to a .Net Object | 22 Jan 2006 15:13 GMT | 1 |
I inherited some jscript. I don't know much about it. The following code: var o = new ActiveXObject("ASCMenu.Application") o.DoCmd(MyString);
|
| How can i get the coordinates with Javascript or JScript for pIE? | 22 Jan 2006 15:10 GMT | 1 |
i'm programming a geographical web portal with XHTML and Javascript but many javascript events doesn't works in pocket Internet Explorer (pIE) I need to get the coordinates (x, y) of a image when we click on the screen with the pen.
|
| Slow window onload on large page | 13 Jan 2006 13:04 GMT | 1 |
I'm not sure this is a scripting problem, but here goes: We are developing web-based applications that are heavily reliant on client-side programming, and many of our apps are based on SQL-based data with many line items. In this particular case, we use AJAX to retreive the
|
| check Overflow for <DIV> | 12 Jan 2006 20:45 GMT | 3 |
In DHMTL page, I have "<DIV style='width=100px;overflow:hidden' id=divTest>test test test test</DIV>", I need to check if all text within "<DIV>" and "</DIV>" is displayed; in other words, check if any charactor is hidden. Could you tell how to check it by using javacript? Thanks a ...
|
| Error: Overflow or underflow in the arithmetic operation | 12 Jan 2006 08:12 GMT | 2 |
I get a strange error in JScript aspx pages. When I call the Strin function .indexOf I sometimes get the error 'Overflow or underflow i the arithmetic operation'. I tried solving this error by using dedicated function:
|
| showModalDialog displays status bar when told not to | 09 Jan 2006 23:23 GMT | 1 |
I am opening a modal dialog with showModalDialog. I specify "status: No;" but the status bar is displayed anyway. This happens on the msdn example of the showModalDialog at http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/showModalDialog.htm
|