| Thread | Last Post | Replies |
|
| about vml | 31 Jan 2005 20:33 GMT | 1 |
is vml still supported? or is it going to be replaced by other options? ben
|
| Referencing a Web Form Control in JavaScript | 31 Jan 2005 13:21 GMT | 4 |
I have a form containing several dropdown list boxes (web form controls <asp:dropdownlist> ) not the html <select> type control and I need to reference the list box in a javascript function. A snippet of code follows:
|
| Alert that closes automatically after several seconds | 17 Jan 2005 15:36 GMT | 3 |
I'm not very experienced with JScript and I don't know if the aforementioned object exists. As you may see, I would like to invoke something like JScript alert but that doesn't require user to click "OK" but instead disappears after several seconds.
|
| syntax question | 16 Jan 2005 12:32 GMT | 2 |
I am not sure if I've really asked this before but, is there a way to check the syntax of javascript and html. I am a little concerned because everything could work okay, even though they may be an error on the page.
|
| User name | 16 Jan 2005 09:16 GMT | 1 |
How do I get logged in user name using Jscript? Is it possible to get full user name rather than login id?
|
| How to find a window? | 14 Jan 2005 00:27 GMT | 1 |
My Problem is to find a window by its name ('test') and close it. Im using the following code at the moment: <JavaScript> var oWin = window.open('about:blank', 'test');
|
| highlight push/submit button. | 13 Jan 2005 08:50 GMT | 7 |
I have noticed that some sites push/submit buttons, sort of like glows or high-lights on mouse over action. How do I get mine to do likewise. I want them to be noticed. thanks
|
| weird default behavior of Array.sort() | 12 Jan 2005 14:17 GMT | 1 |
I have recently tested the following snippet: var arr = [1,2,11,22]; arr.sort(null); // using default compare function window.alert(arr); // showing 1, 11, 2, 22
|
| DIV with automatic line feed | 11 Jan 2005 09:39 GMT | 2 |
Is it possible to make the following div to generate automatic line feed when user start writing and reaches the DIV bounderies like in textarea :- <DIV id=HTMLEditor dir="ltr" contentEditable=true style="BORDER-RIGHT: #1979e1 1px groove; BORDER-TOP: #1979e1 1px
|
| question in javascript | 08 Jan 2005 03:46 GMT | 8 |
i want javascript return to me the path of the user like this path C:\Documents and Settings\%username%\myapp\ how i can do it with java script in
|
| does javascript support variant ? | 06 Jan 2005 17:19 GMT | 1 |
does javascript support variant ? I use VC to develop a control,and it include automation COM developed by ATL,the control fire an event who's para is an automation COM,like this
|
| looking for a simple tele typing script. | 03 Jan 2005 14:59 GMT | 3 |
Please can someone eyeball and fix the script at the bottom; it's just a few lines; better yet, make it so that I can cut and paste. my brain is fried now. I messed up my scripts because I was trying to make an addition of the
|
| what program can I use to aid me in writing jave scripts | 02 Jan 2005 08:15 GMT | 5 |
because writing into web page is a pain especially when I leave something important out; it sort of take long time to fix simple errors. so what can i get to help. thanks stev
|