Friends,
I am on the way developing a website in ASP. I am using MS Access database.
In my home page, there is a textbox and a submit button. It is used to register a user's email address for receiving the newsletter. In the submit button, the action is to post the text to another asp page named newsletter.asp. I am going to write the code for entering the email to the database. So after adding it to the database, how can I load the webpage that the user was viewing before that...???
Also, after adding it to the database, I used response.write("Success). But I want to display a page which is same as the my other pages and the text should be placed in the middle of the page.

How can I do that...????