| Thread | Last Post | Replies |
|
| issue with window.onbeforeprint and window.onafterprint. | 28 Jul 2008 14:33 GMT | 1 |
I am using window.onbeforeprint and window.onafterprint events for printing. I got a webform with multiple frames, when i click on print menu (customized) to print a particular grid in one of the frames, I call window.onbeforeprint to show a custom dialog, on click of this, i am ...
|
| script to open access database & execute a update query | 24 Jul 2008 20:24 GMT | 1 |
Hi... I have craeted this script to open access database & execute a update query: var AccessApp; AccessApp = new ActiveXObject("Access.Application");
|
| Detect if browser r-click context menu can be over-ridden | 23 Jul 2008 13:31 GMT | 2 |
JS allows (right-click) custom context menus using document.oncontextmenu=ShowMyContextMenu; . Some browsers (e.g. opera) don't allow custom context menus, but do not throw an error if they are called - it's just ignored.
|
| image click to innerHTML | 22 Jul 2008 12:58 GMT | 1 |
Sir/Madam, Is it possible to make an image clickable and will make its link into an innerHTML? Thanks in advance!
|
| Error on german character in POST | 22 Jul 2008 12:53 GMT | 9 |
I have a problem when my javascript receives german characters. They appears as '?' in the responseText. I have no access to the server where I make the post request. It is from another company and I cannot change anything.
|
| showModalDialogMethod | 17 Jul 2008 17:07 GMT | 2 |
From my web training piece, I want to display an Excel document or a Word document. The browser will be IE 6 or 7. I can do this in javascript using the window.open method but I would prefer that the Excel or Word document display in modal form so that the user has to close the ...
|
| About handle add element event | 17 Jul 2008 06:10 GMT | 4 |
I want to know every event about add element after document has been completed. Is there a such events?
|
| Flash size | 17 Jul 2008 02:04 GMT | 1 |
Sir/Madam: Is there any way to make a large files (e.g. Flash, Image) into smaller one using Javascript for faster loading? Thanks in advance.
|
| Copy image from clipboard | 16 Jul 2008 20:30 GMT | 2 |
I have a requirement to allow the copying of a previously pasted image into the web application - I assume using jscript (asp.net c# web app running on an intranet). Just to clarify - I know how upload from a graphics file on the client.
|
| Padding and Border size | 16 Jul 2008 03:01 GMT | 2 |
Sir/Madam: Can someone help with this code below? I create two divs namely bodyDiv and mainDiv. mainDiv was appended to the bodyDiv. I set the same width for the two. Now, my
|
| WScript object in compiled JScript? | 15 Jul 2008 17:37 GMT | 2 |
I tried to compile a working JScript (.js) into an .exe so I could use the Visual Studio debugger, but the jsc compiler says that "Variable WScript has not been declared". Is the WScript object not available in a compiled JScript?
|
| div padding trouble | 14 Jul 2008 14:34 GMT | 1 |
Can someone make this work? mainDiv.style.paddingTop=Math.round(bodyDiv.offsetWidth*0.5)+"px solid #E8F1E7"; mainDiv.style.paddingLeft=Math.round(bodyDiv.offsetWidth*0.5)+"px solid
|
| Application objects | 14 Jul 2008 13:33 GMT | 17 |
My global.asa initiates the following application object: <SCRIPT LANGUAGE=VBScript RUNAT=Server> Sub Application_OnStart Application("TranslateDomain") = "MSFT.com"
|
| Script Debugging for IE7 in Vista | 14 Jul 2008 04:05 GMT | 1 |
I want debug a client-side ECMAscript (Javascript in Mozilla, and JScript in IE) on IE7 running Vista. When getting the "Do you want to debug this script", the Microsoft Script Editor reports the alert "Cannot create Application Data Folder." This is
|
| why is this happening | 11 Jul 2008 09:46 GMT | 2 |
im just a beginner in javascript i just want to kown why is this happening? [object HTMLImageElement] Introduction [object HTMLImageElement] Schedule [object HTMLImageElement] Speaker
|