Can anybody help me to spot the problem.
Im trying to call a function called TALISTING() in a document.write. All its doing is displaying the the function's name TALISTING()?
-----------------------------------------------------
document.write("<table width='468' border='0' cellspacing='0' cellpadding='0' height='30'><tr align='right' valign='top'><td height='30' width='251' bgcolor='#b5c0ca'>"
;
document.write("TALISTING()</td></tr></table>"
;
Im trying to call a function called TALISTING() in a document.write. All its doing is displaying the the function's name TALISTING()?
-----------------------------------------------------
document.write("<table width='468' border='0' cellspacing='0' cellpadding='0' height='30'><tr align='right' valign='top'><td height='30' width='251' bgcolor='#b5c0ca'>"
document.write("TALISTING()</td></tr></table>"