Well ZABI, I could make that work. Now document.myform.action = "myscript.pl" is not working in IE. Here 'myform' is my form name and 'myscript.pl' is a script where I want the action to go upon...
This onSubmitForm button has been mentioned in the <form action> . So when I press any one of them , the control goes to this onSubmitForm() and there it checks which button is clicked....
I have 'document.pressed ' checking in my javascript code. Problem is it is working fine in Firefox but not in Internet Explorer. I need to make it work in both the browser.
Hi ,
I have the following html table. My requirement is if I click on '[Switch into edit mode]", it will introduce some checkboxes in the table rows so that I can select them.
I have a html table with some rows. Each row has a 'remove row' button in the end as <td>.
Now I want that corresponding row to be deleted if the 'remove row' button is clicked.
Let us...
I am running this following html and javascript . Please check that after clicking on "Add Condition" button, a new row is added for adding more conditions alongwith a "Rem. cond." button at...
you mean if change my rowspan to 1 and next time if I select "all" from the drop-down , then all rows have to be restored back with their appropriate rowspan value ?
I have the following small javascript embedded in the html. Please notice there is a drop-down filter in the "Status" column. If I select it as "valid" then all the rows having "OK" status...
I do not need an alert list to be popped up. Please see the following link, I want something like that to be implemented for my case. My filters would not only consider 'micado' and...