I currently have a table that has a list of email template names being echoed using php. Below is part of the php code. I\'m trying to grab the table value and pass it to
its work.
function clickValue(elem) {
var x = document.getElementById(elem).innerHTML;
alert(x);
}
Coba
value
value yg ke 2
Change id="*anyvalue*" and clickValue('*anyvalue*')