Forum: JavaScript / DHTML / AJAX Aug 24th, 2009 |
| Replies: 6 Views: 674 What exactly are you trying to accomplish? |
Forum: JavaScript / DHTML / AJAX Aug 24th, 2009 |
| Replies: 6 Views: 674 Where do you want to be printed?
I would suggest to have a button with each row that has that "onclick" event.
When the rows are dynamically created you can have the value you want to be printed... |
Forum: JavaScript / DHTML / AJAX Apr 30th, 2009 |
| Replies: 6 Views: 732 You can at least use this:
<input type="password" name="pass" id="pass" />
When the user clicks the button use javascript to get the value of the field and do whatever you want.
But you... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009 |
| Replies: 4 Views: 332 Try this site with tutorials:
http://www.w3schools.com/ |
Forum: JavaScript / DHTML / AJAX Feb 8th, 2009 |
| Replies: 7 Views: 2,174 I usually use javascript to manipulate the state and value of the input fields. Haven't combined it with tables.
But I would suggest to post the code you have for the table as well as the javascript... |
Forum: JavaScript / DHTML / AJAX Feb 8th, 2009 |
| Replies: 7 Views: 2,174 The "mainMenu" should be the id of the table.
Since you are using this:
document.getElementById("mainMenu")
It is quite obvious when you say "getElementById" that the argument should be the id... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 6 Views: 880 My reply was to the first post where kishor_agrawal posted a javascript question to a java forum and the post was moved |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 6 Views: 880 This is a java forum not a javascript forum |