| Thread | Last Post | Replies |
|
| How to unselect a text of an input box | 30 Nov 2005 11:52 GMT | 5 |
I've an input box <input type = "text" name = "MyInput" value = ""> and a selection <select name = "MySelection" size = "1">
|
| In HTA, property assignment fails strangely after location.reload() | 30 Nov 2005 05:29 GMT | 2 |
The problem: In an HTA using Javascript, I want to reload the page and assign a new value to a property of a displayable object. But after the command location.reload(), I find that the assignment has no effect. However, when I insert after location.reload() an alert box, ...
|
| Closing an instance of Word when user chooses 'No' on ActiveX dialog | 29 Nov 2005 20:41 GMT | 10 |
I've created a hyperlink, that lets a user open a Word document with the following Javascript function: System: Windows XP pro with IE 6.0 SP2, Office 2003 function OpenDoc(docPath) {
|
| GetElementById | 29 Nov 2005 19:31 GMT | 3 |
I have a div , <Div id="TestDiv"></Div> I usually access the Object like this I use document.getElementById("TestDiv"). I will be creating more objects ,Div,table,span..... through Javascript.
|
| webservice library ? | 29 Nov 2005 13:58 GMT | 3 |
Is there any webservice.htc for mozilla browsers ? I am using webservice.htc for IE and it's really great you can send even arrays to a webservice. Is there any similiar library for mozilla browsers ( NN, FF, Opera ? ). Jarod
|
| Adding a new method to a file object | 29 Nov 2005 00:04 GMT | 1 |
Is it possible to add a new method to a File object? I would like to add a method to the prototype so that I have it available for any file that I get by the GetFile() method, however I'm not successful and don't know why.
|
| Javascript IE6.0 progress bar | 28 Nov 2005 19:46 GMT | 2 |
At work we developed a solution with Javascript.The Javascript is responsible for GUI behaviour. In IE 6.0 when the page is loaded the internet explorer progress bar is on 100%, still visible but IE is not reponsive for another 5 seconds.But in the status bar the message
|
| Can't even simply get value 'on' if checkbox is checked | 28 Nov 2005 19:01 GMT | 1 |
NG, I have the following form with dropdown menu's and input fields http://www.enderepairs.nl/contact/contact.aspx Now I want to change the dropdown menu's to checkboxes, but can't be
|
| include file from other server | 28 Nov 2005 16:31 GMT | 1 |
Is it neccessary for an include file to be located on the same server as where the requesting asp page is ? When I store my include file on the same server, it works fine. If I place it on another server, it doesn't seem to work anymore.
|
| Prevent Browser Windows Moving | 28 Nov 2005 16:27 GMT | 2 |
is it possible at least for ie6+ ? if it isnt can id do this capturing mouse events?
|
| checkbox | 28 Nov 2005 13:34 GMT | 2 |
i use alert to check the status of checkbox (alert(document.form1.option1) they are all "on" even no checked. how come? thanks a lot tony
|
| delay document.onload | 28 Nov 2005 01:09 GMT | 3 |
Is there any way to delay document.onload?? From my script Im making 3 xmlhttp requests and doing a tranform in browser(script). And doing the document.write of the transformed output.
|
| IE or not ? | 27 Nov 2005 21:31 GMT | 8 |
I need the simpliest way to check if the user browser is the IE or not. Jarod
|
| Why does rows[0] give "Null"? (2nd version) | 26 Nov 2005 22:34 GMT | 3 |
Sorry, i try to formulate my problem better now: My problem is (in both IE and Netscape) that the ALERT in the javascript below gives NULL using 'childNodes' instead of 'innerText' . With 'innerText' it works but only with IE.
|
| why does rows[0] give nothing? | 26 Nov 2005 19:55 GMT | 2 |
I created a table and try to access some individual cells. The first row is rows[0] and the first cell is cells[0], but i get no value with rows[0]. Look at my code: <table id="mytable" >
|