|
configure DNS suffix search on win2003 WMI.
|
| |
Hi all, I have a script to configure network settings on multihomed computer running win2003 SP1. Everything is ok except I can't configure the DNS suffix search list. I have tried the following and all fail (invalid method): nicConfig.SetDNSSuffixSearchOr der(dnsSearch); nicConfig.EnableDNS();... more »
|
|
script to open access database & execute a update query
|
| |
Hi... I have craeted this script to open access database & execute a update query: var AccessApp; AccessApp = new ActiveXObject("Access.Applicat ion"); AccessApp.Visible = true; //This line doesn't work ??? AccessApp.OpenCurrentDatabase( "Z:\testDB.accdb"); AccessApp.CurrentDb.Execute("Q uery1"); It gives me an error in the prompt box: Automation server can't create... more »
|
|
image click to innerHTML
|
| |
Sir/Madam, Is it possible to make an image clickable and will make its link into an innerHTML? Thanks in advance!
|
|
Detect if browser r-click context menu can be over-ridden
|
| |
JS allows (right-click) custom context menus using document.oncontextmenu=ShowMyC ontextMenu; . 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. Is there a way in script to test if a custom context menu is allowed (so if... more »
|
|
Error on german character in POST
|
| |
Hello! 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. I'd be very grateful if anyone could help me. My code is the following:... more »
|
|
Flash size
|
| |
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
|
| |
Hi, 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. I have googled widely and realise this is not easy - but this is an... more »
|
|
Padding and Border size
|
| |
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 problem is that when I add padding and border for the mainDiv, it got an unpleasant look The mainDiv seems to react only... more »
|
|
Position within intput type=text control
|
| |
Hello group, does anybody know if there is a way to find out the position of the cursor within an input type=text control in Internet Explorer? Think of an input control with some text in it. Now the user clicks the control and invokes a onfocus event. Best Regards, Oliver Block
|
|
WScript object in compiled JScript?
|
| |
Hi folks, 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? Thanks.
|
|
|