Hello every one I have a problem.I am trying to make a newsletter sending page. In this page i use a rich text editor to edit the text. I have to button on this page a send and the other is Preview. Now i want that if one press the preview button the current page and text not chage but a new pop up window open with the same text as enter in the first page. My preblem is same as in this forum message post feature is here we submit our comments and also take a preview of our comment. Please guide me in this regard.
I think javascript is your only solution here if you really don't want to refresh the main page... Here's a simple example explaining how to post to a popup window (your preview window): http://www.htmlcodetutorial.com/linking/linking_famsupp_73.html Just use some JS to change the ACTION and TARGET attributes when clicking on the SUBMIT or PREVIEW button...