Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DISPLAYING ON THE WEB

Status
Not open for further replies.

n0795

Programmer
Jul 30, 2001
136
US
I Display the contents of a field on a web page,which is dynamicly enter into a form off of a web page.
The user enters carrage returns yet when it enters the database the carrage returns are gone therefor when the page displays it is one long string.
Any ideas or help would be great.
 
There is a thread on this site some where that shows how to get keyed in information and convert it to something that looks the same.
What you have to do is get the Return key at the end of each line and change it to a <br>
Break which is HTML for Enter key

this would be done in a Loop


DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top