|
 |
asp_web_howto thread: Printing Double quote
Message #1 by "Enzo Zaragoza" <enzaux@g...> on Tue, 16 Oct 2001 21:12:01 +0800
|
|
how could I print double quote (")?
Enzo
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 16 Oct 2001 14:06:25 +0100
|
|
response.write "double quote: " & chr(34)
or
response.write "double quote: """
will output
double quote: "
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: 16 October 2001 14:12
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzoenterprise.com
Message #3 by "Johnson, Israel" <IJohnson@R...> on Tue, 16 Oct 2001 09:09:23 -0400
|
|
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 16 Oct 2001 14:21:51 +0100
|
|
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
Message #5 by "Johnson, Israel" <IJohnson@R...> on Tue, 16 Oct 2001 09:32:09 -0400
|
|
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:22 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
Message #6 by "Johnson, Israel" <IJohnson@R...> on Tue, 16 Oct 2001 09:49:35 -0400
|
|
Thanks !
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:06 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
response.write "double quote: " & chr(34)
or
response.write "double quote: """
will output
double quote: "
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: 16 October 2001 14:12
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzoenterprise.com
$subst('Email.Unsub')
Message #7 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 16 Oct 2001 14:57:27 +0100
|
|
sorry - I wasn't disputing that server.htmlencode works in vbscript (of
course it does!), it was the single quotes I was talking about
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:32
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:22 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
Message #8 by "Johnson, Israel" <IJohnson@R...> on Tue, 16 Oct 2001 10:04:09 -0400
|
|
I like your way better. chr(34)
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:57 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
sorry - I wasn't disputing that server.htmlencode works in vbscript (of
course it does!), it was the single quotes I was talking about
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:32
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:22 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
$subst('Email.Unsub')
Message #9 by "Enzo Zaragoza" <enzaux@g...> on Tue, 16 Oct 2001 22:18:50 +0800
|
|
thanks peeps!!! Godspeed!!!
Enzo
----- Original Message -----
From: Alex Shiell, ITS, EC, SE
To: ASP Web HowTo
Sent: Tuesday, October 16, 2001 9:57 PM
Subject: [asp_web_howto] RE: Printing Double quote
sorry - I wasn't disputing that server.htmlencode works in vbscript
(of
course it does!), it was the single quotes I was talking about
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:32
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:22 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
Message #10 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 16 Oct 2001 15:15:04 +0100
|
|
server.htmlencode would be the best for big chunks anyway, as it would catch
",',&,<,> etc
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 15:04
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
I like your way better. chr(34)
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:57 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
sorry - I wasn't disputing that server.htmlencode works in vbscript (of
course it does!), it was the single quotes I was talking about
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:32
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
Message #11 by "Enzo Zaragoza" <enzaux@g...> on Tue, 16 Oct 2001 22:29:24 +0800
|
|
hey guys doubling the quotes is much easier :) ("")
----- Original Message -----
From: Johnson, Israel
To: ASP Web HowTo
Sent: Tuesday, October 16, 2001 10:04 PM
Subject: [asp_web_howto] RE: Printing Double quote
I like your way better. chr(34)
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:57 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
sorry - I wasn't disputing that server.htmlencode works in vbscript (of
course it does!), it was the single quotes I was talking about
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:32
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
try it:
Use Server.HTMLEncode with entity values for double quotes.
" < ---is the value for double quotes
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, October 16, 2001 9:22 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
that only works with javascript, not vbscript ;-)
-----Original Message-----
From: Johnson, Israel [mailto:IJohnson@R...]
Sent: 16 October 2001 14:09
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Printing Double quote
Use:
Response.write ' " value " '
or
Use Server.HTMLEncode with entity values for double quotes.
-----Original Message-----
From: Enzo Zaragoza [mailto:enzaux@g...]
Sent: Tuesday, October 16, 2001 9:12 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Printing Double quote
how could I print double quote (")?
Enzo
|
|
 |