Click to See Complete Forum and Search --> : How do you make an echo response on an .asp page?


msdesigns
09-30-2009, 09:42 AM
How do you make an echo response on an .asp page? Im building this site out in .asp. But my one form for email collection on my page I want there to be a thank you response to appear after clicking submit. Now i know I could do this in PHP but my company likes to use all .asp pages.. Does anyone have any idea how to do this?

yamaharuss
10-05-2009, 05:19 PM
Response.Write("Hello")