Forum: JavaScript / DHTML / AJAX Jan 22nd, 2009 |
| Replies: 3 Views: 1,183 I tried setAttribute(), it does not work and throws up an error saying object expected. SetAttribute() for other attributes works fine, but for 'style' attribute it does not work. |
Forum: JavaScript / DHTML / AJAX Jan 22nd, 2009 |
| Replies: 3 Views: 1,183 I am calling the below function on the click of an 'OK' button to set the attribute of a cell of a table (attributes for <td> tag), however i am not able to set the 'style' attribute of the <td> tag... |
Forum: JavaScript / DHTML / AJAX Nov 28th, 2008 |
| Replies: 1 Views: 2,818 Hi,
I have a checkbox on click of which I'm calling a JavaScript function to disable another checkbox. The onClick event is not working in both Firefox/IE. I am capturing onChange event of the... |
Forum: JavaScript / DHTML / AJAX Nov 10th, 2008 |
| Replies: 0 Views: 689 Can somebody help me with the code on how to capture the line number at the current cursor position?. |