Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> return-hex in query-string, how to replace?

return-hex in query-string, how to replace?

From: vanselow <vanselow_at_hotmail.com>
Date: 12 May 1999 19:29:25 GMT
Message-ID: <3739d2fb.4517174@news.s-direktnet.de>


Hi,

plsql, web-application-server:

in a form: textarrea:

in the textarrea it is possible, to use the enter or return-key,
in the query-string this will submitted as hex-code %0D%A7 (I think)

now should be displayed this text
in a dynamic html-page.
for this the sign should be <br>

how could I replace in the string
the hex-code with the <br>
Replace( value, %0D%A7, <br>)
didn't work

thank you
m. vanselow Received on Wed May 12 1999 - 14:29:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US