How about
both?
If anyone can figure out how to get the Preview button to do the following, I will be eternally happy!
1. Open the preview into a new window
2. Add a "Click here to close preview" button to the top of the new window.
Please see the following link if you are interested in coding this:
http://www.snippetmaster.com/forums/viewtopic.php?t=6Thanks for any help!
I tried the following:
In Line 158 (with word wrap OFF):
form action="<?php print $PHP_SELF; ?>" method="post"
I added
form action="<?php print $PHP_SELF; ?>" method="post"
target="preview_window" However, this triggered both - the "SAVE" and the "PREVIEW" - Windows
to open in seperate browsers.
Perhaps it is possible to close the form opened in line 158
BEFORE the "save" and "preview" inputs, and add new individual
form actions for "save" and "preview" ?
-----------------------------------------------------------
About the suggested "close" button in the preview page :
Wouldn't that "close" button then also show up in the
saved page ?
-----------------------------------------------------------