| Thread | Last Post | Replies |
|
| Frame Height | 28 Feb 2005 20:01 GMT | 4 |
If I've got a page displayed in a frame on a parent page, how can I change the height of the frame on the parent from within the child. I want to do this so I can link from inside my page (displayed in the frame) to another page which is longer and I want automatically to resize ...
|
| JScript 'Drawing' | 28 Feb 2005 18:03 GMT | 3 |
I wonder is it possible to use JScript to draw a line according to teh mouse pointer ( similar to the line tool of mspaint.exe )? Only a single line should be drawn at a time, First mouse click should resemble the line starting pos and the second mouse click should resemble the ...
|
| this pointer question | 28 Feb 2005 11:10 GMT | 6 |
I noticed something that seems strange to me regarding the 'this' pointer for objects. Note the code below. The output is: b null strange problem.
|
| Terminating an infinite loop? | 28 Feb 2005 00:25 GMT | 4 |
I intentionally wrote a script which runs forever, and would like to create another script to stop it from running. If you have a way to do it, or can give me advice on a better design, I'd really appreciate hearing from you! Here's the issue: There's a gaming site on the web. ...
|
| how do I initiate a two-dimential array using a literal? | 27 Feb 2005 15:34 GMT | 1 |
I can initiate an array by using a literal like a=["a","b","c"] how do I initiate a two-dimential array using a literal?
|
| Jscript error Only type and package definitions are allowd | 26 Feb 2005 00:58 GMT | 1 |
Hi, I am getting error "JS1234: Only type and package definitions are allowed inside alibrary" when i compile the scipt using following command jsc.exe /target:library /reference:"%programfiles%Microsoft Speech
|
| File Browser | 26 Feb 2005 00:53 GMT | 5 |
i have an HTA application and want to give the user the opportunity to chose the directory were all created elements are saved to. the solution with input type="file" is not satisfying because you have to
|
| Application of the following java scirpt in asp | 25 Feb 2005 23:51 GMT | 1 |
I have the following javascript that is written in html. It works great. However, I need to transfer the concept to an asp application where the form itself is an asp page. I was wondering if that is possible to do? Thanks in advance.
|
| File Upload without Submit Button | 25 Feb 2005 23:49 GMT | 1 |
All, I'm working on an application that uses fileUpload <INPUT type=file>. However, I don't need to upload the file to a server - what I really want is to raise a Browse Dialog window, allow the user to select a local text file,
|
| windows.close() freezes IE | 25 Feb 2005 14:59 GMT | 1 |
I have a problem with JavaScript freezing IE. The scenario is I open a window from a parent window using "window.open()". The child window create and calls some COM objects in JavaScript, cleans up, then refreshes the parent window using
|
| Simple? rollover | 25 Feb 2005 01:59 GMT | 17 |
I've got a fairly large table 10x5 and I want to highlight a cell onmouseover by changing it's colour to red then back to white onmouseout in the TD tag. I just need to change the bgcolor attribute. Now the problem: I don't want to start giving names or ids to 50 cells etc so how ...
|
| Concatenation | 24 Feb 2005 23:32 GMT | 4 |
Have a bunch of controls (blockCount0 - 20). The following doesn't work but should give you an idea of where I'm having trouble. I just can't remember the syntax for getting an object when I have to contcatenate to determine the name. The syntax below is horribly wrong,
|
| limit dropdown based on textbox | 24 Feb 2005 19:05 GMT | 1 |
I need to do the following: I have a text box with a drop down next to it. What I want is that as the user types in the text box, it searches the text of the values in dropdown and only leaves inside the dropdown the values that match the text box
|
| unselect all selections | 24 Feb 2005 17:10 GMT | 4 |
How would I unselect ALL items that are selected in a select multiple list. If the user selects one thing and then wants to unselect it, there is no way to do that unless he chooses something else in the list. I want to give them a button that makes all the options unselected ...
|
| Rating 1 to 3 in order of preference Question | 24 Feb 2005 02:33 GMT | 2 |
Is it possible in jscript to have a Rating 1 to 3 in order of preference. That means if a user rates by inputing a value 3 for example in a texbox or selecting 3 using dropdown menu.
|