webot

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
 
J

Jens Peter Karlsen[FP MVP]

No, to the first part and yes to the other. You can place the text in a
layer and position this over the image.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top