B
Bam
If i create a hotspot on a pic.. that creates a webot line in the html. my
question is.. is there a way to embed an asp script inside of that webot?
such as <%=var%> so that the txt shown there would be coming from a DB.
i have the other script:
Set rsID = Conn.Execute("SELECT team_name FROM admin2 where team_ID = 1")
var = rsID.Fields.Item("team_name").Value
to give me the value.... so is there a way to do this?
if not.. is there a way to position plain text on a pic that is NOT the BG?
Jeff
question is.. is there a way to embed an asp script inside of that webot?
such as <%=var%> so that the txt shown there would be coming from a DB.
i have the other script:
Set rsID = Conn.Execute("SELECT team_name FROM admin2 where team_ID = 1")
var = rsID.Fields.Item("team_name").Value
to give me the value.... so is there a way to do this?
if not.. is there a way to position plain text on a pic that is NOT the BG?
Jeff