| Thread | Last Post | Replies |
|
| Javascript calendar Popup | 29 Sep 2006 15:50 GMT | 2 |
I face a problem with the following line ************* 'img.onclick = function(){displayCalendar(document.forms[0].txtBeginDt + iteration ,'dd/mm/yyyy',this)}'
|
| Delete files in the client machine | 29 Sep 2006 14:46 GMT | 1 |
I have a web application which saves some image files at the client machine. Can anyone tell me if there is any way in which I can delete these files from the client machine. Heard that it is possible through HTA files. How do I do that?
|
| Stack Overflow: Jscript on XP versus 2003 | 28 Sep 2006 14:31 GMT | 1 |
I have some code (JScript Version 5.6.8831) that uses recursion. It works on XP, however, I get stack overflows on my windows 2003 server. The code is compiled and run by .net 1.1. When the recursion is 5 deep on the 2003 server, I get a stack overflow. The same compiled code goes ...
|
| Use arguments in javascript | 28 Sep 2006 14:24 GMT | 4 |
function A(param1,param2,param3,param4){ return param1+param2+param3+param4; } function A(param1,param2,param3,param4){
|
| select div's innerHTML content? | 28 Sep 2006 12:39 GMT | 5 |
is there any way to simulate a "selectall" and "copy" function on a div's innerHTML content?? The textrange and select() functions seem to work for textareas only!
|
| Javascript function required | 27 Sep 2006 15:40 GMT | 7 |
I have the following function: function CheckResults() { PageForm.action='NewPlayersStats.asp' PageForm.submit()
|
| Internet Explorer 6 vs. 7 | 27 Sep 2006 14:50 GMT | 2 |
this code works with IE 6: function GetIEWindow() { var Title = "My Title is this"; // Title of IE window
|
| How to set environment variable via JScript? | 27 Sep 2006 04:05 GMT | 4 |
I am running Windows XP Home with SP2. From a batch file ("caller.bat") I would like call a JScript file ("setvar.js") to set the value of a DOS environment variable (MYVAR) which the batch file could then manipulate. (I need to do some tweaking of strings
|
| Change the title bar when using showModalDialog | 26 Sep 2006 22:34 GMT | 6 |
I need to use the showModalDialog and I want to change the text in the title bar. I set the needed text in the <title></title> tags and it works fine. However I still have the text "-- Web Page Dialog" written besides my title
|
| Drag Drop between Windows | 26 Sep 2006 06:58 GMT | 3 |
I have an html page. I'm opening another window of same page by File->New Window. Means opening a window with same browser session.(not using window.open() of javascript)
|
| Using ADO with VB Scripts | 26 Sep 2006 00:36 GMT | 1 |
I have developed a .ASP page with an associated .DLL and all seems to be working OK, except that I want to set a SESSION("Answer") = variable once a button is pressed. I have been informend that this is a server side function so I'm tring to do a work around.
|
| Disable javascript clipboard getdata | 25 Sep 2006 15:09 GMT | 1 |
Is there any option in IE to disable javascript from reading windows clipboard data thanks praveen
|
| Adding Scroll Windows to an element | 25 Sep 2006 01:53 GMT | 1 |
I have a clickable tree element nad when you open enough branches it gets too large. I want to be able to place it inside of a container and when it exceeds the size of the container I want scroll windows to show up on the container. Any suggestions?
|
| Why these codes not worked well in IE7. | 23 Sep 2006 14:49 GMT | 4 |
I wrote these codes: function aaa() { }
|
| JScript question | 22 Sep 2006 16:15 GMT | 6 |
I know this is probably a pretty basic question. I fly F-16's in the ANG and we are trying to simplify our flying publication process. All I want to do is take a bunch of file locations off the web (see below) and write a script that downloads all of them and puts them in a
|