rdharris
03-26-2003, 11:58 AM
I have an access_db table field being brought
in with asp. The field is the alt tags
for the images. Some images are href's, other aren't.
The .asp page that brings it all in, is where I'm adding
a bit of text in before the cell value, as per
request by the client.
"New window opens with"
["New window opens with ","cell value"] kinda thing..
[SIZE=1]
Here is the asp line that I want to insert some
text in before the field :
<a href=""javascript:showObject
(" & images("image_id") & ");"">
<img src=""" & inImages("image_path") & """
border=""0""
alt="""& inImages("image_alt") &"""
align=""Left"" ...
I've gotten it right in this situation..
alt="New window opens with <%= Images("image_alt")%>"
but I haven't figured the first >:P '
how do i put a literal line of text into this syntax?
rob
in with asp. The field is the alt tags
for the images. Some images are href's, other aren't.
The .asp page that brings it all in, is where I'm adding
a bit of text in before the cell value, as per
request by the client.
"New window opens with"
["New window opens with ","cell value"] kinda thing..
[SIZE=1]
Here is the asp line that I want to insert some
text in before the field :
<a href=""javascript:showObject
(" & images("image_id") & ");"">
<img src=""" & inImages("image_path") & """
border=""0""
alt="""& inImages("image_alt") &"""
align=""Left"" ...
I've gotten it right in this situation..
alt="New window opens with <%= Images("image_alt")%>"
but I haven't figured the first >:P '
how do i put a literal line of text into this syntax?
rob