Dear all
I am making a message system that works on auto changing slides. The way I was thinking of doing this was by having a form that the user could create the slide on. In other words the user would fill out a title and body text box. This form will work well in just plain old HTML. I can make such a form and need no help with that. Anyway after the user has filled in this form I want the form to be submitted to a 'preview page'. This would use ASP to format the form information into a HTML page (what else would you use ASP for?). I also know how to do this and need no help with this part of the message system. What I DO need help on though is the next part. The HTML code that is returned on the preview page needs to be saved in a database so it can be viewed back automaticaly. So my question is how do I write HTML code returned by ASP into a single field in a database.
Any help you can give me would be most welcome. Thankyou for your help
Andrew
I am making a message system that works on auto changing slides. The way I was thinking of doing this was by having a form that the user could create the slide on. In other words the user would fill out a title and body text box. This form will work well in just plain old HTML. I can make such a form and need no help with that. Anyway after the user has filled in this form I want the form to be submitted to a 'preview page'. This would use ASP to format the form information into a HTML page (what else would you use ASP for?). I also know how to do this and need no help with this part of the message system. What I DO need help on though is the next part. The HTML code that is returned on the preview page needs to be saved in a database so it can be viewed back automaticaly. So my question is how do I write HTML code returned by ASP into a single field in a database.
Any help you can give me would be most welcome. Thankyou for your help
Andrew