I am writing 1 plugin for wordpress 3.0. I am adding one metabox for admin panel to Edit Page.
I have a Submit Button in that metabox. However, when I use Post method and Submit the page. It doesnt work. Seems like page just get refreshed and it come back. Even Get method doesn't work. I dont want to use GET method, as I have lot of data to pass to the next page.
Should I take care of something specific while writing plugin?
Could you please provide me any suggestions?