New to DHTML, so could someone please help?
I have a drawings search on a company intranet, i want to display a variable that has been assigned in javascript to display this certain table cell.
I have given this cell an id and i can display the variable in alert window. instead of this window i want to display this integer value in this cell.
I assume i use the DOM model to change the value, i can assign it normal text with the line;
lastsearch.innerHTML = "<div align ='center'>Test Last search</div>";
I am struggling to display a variable named 'lsearch'.
Any help would be greatly appreciated.
229257
I have a drawings search on a company intranet, i want to display a variable that has been assigned in javascript to display this certain table cell.
I have given this cell an id and i can display the variable in alert window. instead of this window i want to display this integer value in this cell.
I assume i use the DOM model to change the value, i can assign it normal text with the line;
lastsearch.innerHTML = "<div align ='center'>Test Last search</div>";
I am struggling to display a variable named 'lsearch'.
Any help would be greatly appreciated.
229257