| Thread | Last Post | Replies |
|
| Adding date function to vbscript | 31 Aug 2004 20:11 GMT | 1 |
I need to add a script that will be able to add a function that allow me display results that show anything Less Than the current date. I can display the current date, but cannot get anything to display that is less than or prior to the curren date. Thanks.
|
| how to make a start up splash screen? | 31 Aug 2004 14:33 GMT | 8 |
I am making an HTA. I would like to add a splash screen to my application and tell the user that the HTA is initializing. Thus I put some code like this
|
| Popup menus and frames | 31 Aug 2004 04:06 GMT | 2 |
I'm using frames to keep the navigation bar always displayed down the left hand side of the page in the "NavBar" frame. Some of the buttons display popup menus but they then make the page wider than the NavBar frame size so the popup menus are partly hidden under the
|
| document.all replacement in Mozilla | 30 Aug 2004 23:15 GMT | 2 |
I have to check all elements in a page for a certain attribute. Looping on document.all is just a breeze in IE. For Mozilla, they recommand to use getElementById instead, but what if an element has no id? --
|
| Frames | 28 Aug 2004 14:43 GMT | 4 |
I'm probably dreaming here but here's the question. I have a web application with an iframe in it which has another page from another server in it (its SharePoint) so I have no control over it. The problem is when you click on the search icon in the iframe it has a
|
| javascript protocol in hrefs | 27 Aug 2004 17:16 GMT | 12 |
Many apologies for another historical question. I'll try to make good use of the research. There are browsers that would only accept event handlers on links:
|
| Cannot create an element with a prefix. | 27 Aug 2004 14:29 GMT | 5 |
Perhaps someone can shed some light on this! I am attempting to create an element using jscript within IE6.0. The following syntax works fine: --------------------
|
| writing HTML to new window | 27 Aug 2004 13:55 GMT | 11 |
I have a situation where I figured the best solution was to open a new browser window and document.write to it. I am applying an XSL transformation to some XML client-side, and placing the results in the new window. So far, so good. But...
|
| Getting UserName/Password | 26 Aug 2004 20:30 GMT | 1 |
Hello Group, How I can obtain the username and password of a basic authentication, using JScript or ASP. The Webserver is on WindowsCE .NET 4.2
|
| drag and drop table cells | 26 Aug 2004 15:50 GMT | 2 |
How do I drag and drop a cell's content to another cell ? Many thanks
|
| Performing calculations with text box entries | 26 Aug 2004 15:07 GMT | 1 |
I'm very new to JavaScript so please be patient with me. I need to create calculations from values and mathematical operators that get entered into 5 text boxes. There needs to be 3 text boxes that will allow me to enter any number,
|
| Check if a function exists | 26 Aug 2004 14:45 GMT | 3 |
How do I check if a function exists?
|
| Mutiple Frames | 26 Aug 2004 11:03 GMT | 1 |
I have multiple set of frames.How can i update the third frame without refeshing the parent window, to list all the user inputted? First frame: Data Information Second frame: User input (append to the database/list)
|
| Has square bracket syntax always been supported ? | 26 Aug 2004 06:59 GMT | 14 |
Just a quickie. I wondered whether Javascript has always supported square bracket syntax for object properties. (some things lead me to believe it must have).
|
| Trying to get the index in a document of a selected area | 26 Aug 2004 02:26 GMT | 3 |
I'm trying to get get the exact position in the source file, or in the BODY of an area of text selected by the user, and cannot find anything about that. Is it impossible, or am I missing something?
|