Stewart531
Programmer
Is there a way to change the title of a link dynamically? When I use this code, "sTitle" becomes the title of my link instead of "Title of page".
sTitle="Title of page"
response.write "<TD><a href='#' title=sTitle class='clsblack' onclick='javascriptoFunction()'></a></TD>"
Am I allowed to assign a variable to the title? I know this sounds like a trivial question, but going through dozens of the 80,000 google results didn't provide me with the info I was looking for.
Thanks,
Stewart
sTitle="Title of page"
response.write "<TD><a href='#' title=sTitle class='clsblack' onclick='javascriptoFunction()'></a></TD>"
Am I allowed to assign a variable to the title? I know this sounds like a trivial question, but going through dozens of the 80,000 google results didn't provide me with the info I was looking for.
Thanks,
Stewart