HTML Tags in Response Write

M

Mark Sargent

Hi All,

how do I get this right..?

Response.Write "<font face="ï¼­ï¼³ Pゴシック, ï¼­ï¼³ P明æœ, MS UI Gothic, ï¼­ï¼³
ゴシック, ï¼­ï¼³ 明æœ">" &FileTooBig &"</font>" &"<br>"

? marks = Japanese characters, please excuse....cheers.

Mark Sargent.
 
T

Tom B

Mark Sargent said:
Hi All,

how do I get this right..?

Response.Write "<font face=""MS P????, MS P??, MS UI Gothic, MS
????, MS ??"">" &FileTooBig &"</font>" &"<br>"

? marks = Japanese characters, please excuse....cheers.

Mark Sargent.
 
T

Tom B

What's the problem?

Response.write "<font face=""blahblahblah"">" & FileTooBig & "</font><br>"

would send to the browser....

<font face="blahblahblah">Contents of the variable FileTooBig</font><br>
 
M

Mark Sargent

Hi All,

TomB, if I remove the (") from before and after blahblah or as you
suggested, I get mumbo jumbo where the Japanese should be, and if I leave
just one set of " I get an error. Static Japanese text and dynamic from a
database work fine. Any other suggestions..? Cheers.

Mark Sargent.
 

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

Members online

Forum statistics

Threads
474,075
Messages
2,570,562
Members
47,197
Latest member
NDTShavonn

Latest Threads

Top