| Thread | Last Post | Replies |
|
| Why would jscript from microsoft.com fail in IE6? ["document.all(...) is null or not an object] | 31 Dec 2003 13:51 GMT | 2 |
I'm using IE6 (SP1) on XP Pro and it throws an error on a line containing the construct "document.all". Error: document.all(...) is null or not an object.
|
| How do I get JavaScript to release references to COM objects | 31 Dec 2003 10:11 GMT | 1 |
I have an application that loads data from an XML file then transfers it to an ActiveX COM object for use. I am having problems getting the references to the COM objects released so that I can free my internal memory.
|
| Jscript versions | 31 Dec 2003 00:01 GMT | 4 |
I made several searches on the MSDN site but could not find an article or something to help me. I need an article, paper etc. that says what version of Jscript is supported by each version of IE. Can anyone help me?
|
| Pass String buffer as int | 30 Dec 2003 22:29 GMT | 1 |
I need to pass a buffer for a String to a (third party) object. This is done in a parameter of a certain function. Problem is that the function expects an int and not a String object! To illustrate, following code gives a type mismatch error:
|
| saving files using javascript | 30 Dec 2003 19:39 GMT | 1 |
When we're saving a file to a local drive using javascript, a 'permission denied' error message is comming. We're using Activex object to do this and our OS is win98. Please tell me a solution for this.
|
| un able to preview | 30 Dec 2003 11:06 GMT | 2 |
I have an application that allows the user to upload photos to the server. There is a preview that after they select the photo a preview is shown. All of my clients except 1 works great. The preview box only shows the red X When I check the properties the path to the photo is ...
|
| HOW TO UPDATE page's address | 30 Dec 2003 09:58 GMT | 2 |
i want to know how to update the page's address in ie which is loaded. ps: not hide it just to update it ex: link to http://micro but just show http://test
|
| onload behavior differing from onclick | 30 Dec 2003 07:33 GMT | 1 |
I bind a home-grown grid to an XML data island and then use script to provide alternating colors for the rows, and yet a different color for the row in focus. (Lets just pretend I can't use server-side controls, such as grids ;-) ) The function, HighLightRow(rowIndex), works fine ...
|
| how to import external js files to achieve moduled scripting | 29 Dec 2003 19:09 GMT | 2 |
Hi group, Can anyone tell me, how can I import JS file in another file. The objective is clear: I have common lib functions I would like to use them in my scripts but not copy them in each new I create.
|
| onUnload ? | 29 Dec 2003 18:54 GMT | 3 |
I have onUnload event in body tag in my html page ... when some one leave the page I am confirming do you want to leave the page if visitor click OK then let him go but if click no then remain on same page.
|
| Debugger | 29 Dec 2003 18:44 GMT | 1 |
What would I check on my system to find out why debugger does not start when a page has a script error? Thanks
|
| Custom Objects | 29 Dec 2003 18:07 GMT | 10 |
I'm just learning Jscript & javascript - coming from a vbscript background. In Vbscript there is the "class" command to build custom object. How do I do the following when building Jscript objects:
|
| How to copy a JavaScript array fast | 29 Dec 2003 13:52 GMT | 10 |
var A = [1,2,3,4,5]; var B = [].concat(A);
|
| VBscript Class_Terminate --> JScript - How? | 29 Dec 2003 12:40 GMT | 3 |
I'm currently learning javascript & Jscript On the ASP server-side code I understand than when I create an object I can emulate the "Class_Initialize" event in the object constuctor But how do I do the Class_Terminate event in Jscript ? In vbscript I
|
| check image | 29 Dec 2003 12:37 GMT | 1 |
hello is it possible to check of a image exists with javascript?
|