Google Groups Home
Help | Sign in
microsoft . public . scripting . jscript
This is a Usenet group - learn more
Find or start a Google Group about jscript.
Active older topics
3 new of 3 - Jul 17
5 new of 5 - Jul 17
2 new of 2 - Jul 14
18 new of 18 - Jul 14
1 new of 1 - Jul 14
2 new of 2 - Jul 13
3 new of 3 - Jul 11
2 new of 2 - Jul 11
1 new of 1 - Jul 11
4 new of 4 - Jul 10
Related Groups
Medium activity, Usenet
Netscape Communications Corp.'s JavaScript language.
High activity, Usenet
Layout/presentation on the WWW.
Medium activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 25876  Older »

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 »
By teilo @ nospam. nospam  - Jul 23 - 1 new of 1 message    

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 »
By Amod donotspam  - Jul 23 - 2 new of 2 messages    

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!
By Frank Salem  - Jul 22 - 2 new of 2 messages    

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 »
By Giles  - Jul 21 - 3 new of 3 messages    

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 »
By Jose Enrique  - Jul 21 - 10 new of 10 messages    

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.
By Frank Salem  - Jul 16 - 2 new of 2 messages    

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 »
By Stan4th  - Jul 16 - 3 new of 3 messages    

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 »
By Frank Salem  - Jul 15 - 3 new of 3 messages    

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
By Oliver Block  - Jul 14 - 1 new of 1 message    

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.
By linearred  - Jul 14 - 3 new of 3 messages    

1 - 10 of 25876   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google