Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

response.write 1

Status
Not open for further replies.

stpmtp

MIS
Jan 6, 2006
67
US
hello,

is there a way to insert a character in the response.write("special character")

or is there a way to insert an immage in the response.?
 
you mean...something like this

response.write chr(11)

just put the ascii character of the special character...

-DNG
 
yes, but I need a check mark is ther an ascii for a check mark?
 
that did not work it shows a U with two dots on top
 
could I do something like
Code:
response.write("link to picture")

or something like that?
 
yes...something like this
Code:
Response.write "<a href=""[URL unfurl="true"]http://mywebsite/mypage.asp"">[/URL]
<IMG SRC=""myimage.gif"" WIDTH=""75"" HEIGHT=""30"" BORDER=""0""></a>"

-DNG
 
For some symbols I use Word to insert symbol then view the underlying code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top