Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

removing BR html codes in input form after query

Posted 24 Jul 2002 07:26:21
1
has voted
24 Jul 2002 07:26:21 chris espino posted:
I'm able to figure this out easily.

"FormVal = Replace(FormVal,vbCrLf,"<br>""

now the problem is when I query it back to an input form to update the text it shows the HTML codes "br" etc.

it doesn't do any line break either.

how can I have it not show up the html codes in the input form?


thanks in advance!

Replies

Replied 24 Jul 2002 08:36:16
24 Jul 2002 08:36:16 aegis kleais replied:
Um, then don't you want it to say "FormVal = Replace(FormVal,"<br>",vbCrLf)" ?

The replace function goes (Search String, search for this, and replace with this)
Am I not seeing something?

Aegis Kleais
New Media Web Developer
(DWMX : IIS5.1 : SQL2K : WXP : ASP[VB/JS])

Reply to this topic