sashabinkie
Jan 29th, 2001, 11:30 AM
I have an asp program that fills div tags with information from an access database via an ado recordset. One object is hidden and reveals job info when the div is clicked I used:
*****
<div ID= "job<%=id%>" class = "job">
<%= proj %><br>
<%= jobno%><br>
<%= tele%><br><br>
<%= info%>
</div>
*****
how can I write the code to use the same absolute position on the page and hide object and then refresh with the new info from a different div tag???
*****
<div ID= "job<%=id%>" class = "job">
<%= proj %><br>
<%= jobno%><br>
<%= tele%><br><br>
<%= info%>
</div>
*****
how can I write the code to use the same absolute position on the page and hide object and then refresh with the new info from a different div tag???