<script language="javascript" type="text/javascript">
function addRowToTable()
{
var tbl = document.getElementById('tblSample');
var lastRow = tbl.rows.length;
// if there's...
if thats the case , then i need to work a liitle bit, so that it will give the expected results , no matter if the position of the attributes is changed.
we are declaring an array containing the attributes which are to be matched,
then passing parameter to the getSettings() function, there we checking whether...
hi ,
i changed the function names(onchange,onfocus,onclick) , now all are lower case letters and removed the comments.
also included var count=0; this acts like a global variable and can be...
Create a javascript method , which can be called on clicking the button.
We are calling the javascript method navigate() , for onclick event of the button.
You just need to add an input element of type text , remove the button and span element and
add onclick="calculate();" attribute to all the select elements