Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> return-hex in query-string, how to replace?
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
![]() |
![]() |