| Thread | Last Post | Replies |
|
| HTA: Dynamically-created objects don't respond to events | 31 Dec 2005 16:38 GMT | 3 |
I am writing HTA applications with jscript routines. I can create HTML objects such as <span> on-the-fly, but I find that these objects do not respond to event handlers that I have programmed into them. Can anyone explain why, and suggest what to do about it? Here's a little demo ...
|
| HTA: How to access Windows dialogs? | 31 Dec 2005 14:55 GMT | 1 |
I am writing HTA applications with jscript routines. How can I access the Windows dialogs, notably Open File and Save File As? Thanks. David
|
| Continuos Webpage Autoscroll | 30 Dec 2005 22:28 GMT | 2 |
I'm looking for any information on how to make a webpage function in this order: 1. Page autoscrolls from top to bottom 2. Page refreshes
|
| can't change colors using array | 30 Dec 2005 12:31 GMT | 3 |
this works idqty1.bgColor="#FFFF00" This does not element["idqty"+count].bgColor="#FFFF00"
|
| Deep copy of nodes across frames | 29 Dec 2005 19:10 GMT | 1 |
My application is attempting to build a treeview on a web page. For performance reasons, I would like to populate child nodes via a callback mechanism. I've been using iframes for this for years and for most applications they work well. However this application fills the iframe ...
|
| Regexp | 29 Dec 2005 06:56 GMT | 1 |
I have read quite a bit about regexp and thought I had some clues. But alas, no such luck ;-) I am sending data from a form to an email, using javascript to construct the email
|
| How to Use Mailto Script to send HTLM mail ? | 29 Dec 2005 00:26 GMT | 3 |
How to Use Mailto Script to send HTLM mail ? Like : window.location.href = " mailto:test@test.com?subject=TestSubject&body=" & htmlBody
|
| Check/Uncheck Checkbox collection | 29 Dec 2005 00:23 GMT | 11 |
I have a checkbox group. (means all checkbox name is same) Is there any way to check or uncheck all without looping throgh that. I mean a single line of code.Is it possible? thanks
|
| Help naming of an object | 28 Dec 2005 21:45 GMT | 1 |
I have a page that can list from 2 to 200 items. all are taged id_qty1, id_qty2 etc. How can I get my script to change value. example;;
|
| Find Window by Name | 27 Dec 2005 22:46 GMT | 5 |
I have five internet windows opened(1 parent window and 4 child windows) the parent window did a postback, so it lost the references of all child windows. I know the name of child windows.
|
| How to set Execute permissions: Scripts Only for Sub Virtual Direc | 25 Dec 2005 23:54 GMT | 1 |
We are working with IIS (version 5.1) on WinXP. We are using jscript (page.asp). We created IIS Virtual directory with sub directory, using ADSI technology for Managing IIS.
|
| Windows open - what have I done wrong? | 24 Dec 2005 11:25 GMT | 2 |
BlankI have used window.open() so many times and now it is not doing what I want and it is driving me crazy This is the code: window.open(url, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no' + ',width=800 ...
|
| Delay in JS | 24 Dec 2005 03:03 GMT | 2 |
BlankI want to pause some code for a number of seconds but can't seem to do it E.g. document.getElementById("yesno").innerHTML = yesno var thispage = location.href
|
| Printing | 23 Dec 2005 15:16 GMT | 6 |
I want to print a page when the page is loaded. But i don't want the printing setup dialog to pop up. How can I do that? Regards,
|
| <textarea> count problem | 23 Dec 2005 14:46 GMT | 11 |
I'm trying to get a running count of characters in a textarea box for end users to see how many characters they have left...I've been trying to use the javascript code for this, as follows: (in <HEAD> section)
|