Hi,
I have a javascript tooltip. like this
<a href="http://www.xx.com/" id="tip7">xx</a>
with a javascript variable like this in the head or attached externally
var tip6 = '<img src="a/6.jpg"><div class="tp2">pppppp</div>';
I want to insert the var tip dynamically through a field in my database interface with a asp code like this.
<%=rsCard("xxxxxxxxxx")%>
Anyone know how I can do away with the external var tips and have them generated from the database interface.
Thanks
Richard



Reply With Quote

Bookmarks