I'm currently developing a site that will display movies for a local theater. On thing I was required to do was to make it so the owner could up date the listings as needed. Right now, I have it set up so there are current movies listed and future movies listed. I made a form, that will send the inputted info to an asp script that will then send the info to another page where the user can then confirm the information, then the info is passed back to the same asp script where it saves the info to an html file. I have the first part, the current movie listings which uses text boxs, working. The problem comes with the second part, the furture movie listings. It uses the same process, except a differnt form that uses one text area as this information doesn't need the special formating that the other info needs.
This is the problem: I have required the user to enter each movie listing onto a seperate line in the text area. I have used the Server.URLEncode in the asp script to formate the text area so all carrage returns will be added to the final output. But even though i see the carrage returns in the URL field, the text all apears on the same line on the confirmation page.
Am I missing something here?
I've asked a question similar to this in the past and have looked at the previous post and have followed it exactly, nothing works.
I appologize for the long and somewhat confusing (and misspelled) discription. Any and all help is much appreciated!
THANKS!