kag
Golden Member
On my main page, I have a form and when it's submitted, PHP does some processing and it outputs some JavaScript code that copies a letter to the clipboard, then does a javascript:history.go(-1).
When it goes back to the original page, all the data is gone. So I'm wondering if there's a way to keep the data in the form when it goes back? I don't care if you have a trick that only works in IE, I'm the only user of that application and I'm using IE right now.
When it goes back to the original page, all the data is gone. So I'm wondering if there's a way to keep the data in the form when it goes back? I don't care if you have a trick that only works in IE, I'm the only user of that application and I'm using IE right now.