Hey I know this is more an HTML question but I was wandering I have a few pages
fileedit1.php (choose the file to edit)
code.php (the text Area of what is in the file)
preview.php (showing what the page looks like after pressing save)
frame.php (the page that holds all 3 of those)
How can I make it so when a person clicks on the file to edit and they click the button for the editor to edit it so it will stay in the same frame.
let me try to clarify how can I use method="post" and stay in a frame when the post is done
John