Hi, I have this problem with anchor tag <a href="http://xxx.com" target=_blank></a> I have this link on a page with several input text fields and a submit button 1. I fill in the details in the page 2. Click on the link which pops up an informative window. 3. Close the window and submit the page which takes user to a new page. 4. There is a button on the page clicking which takes the user to the previous page. 5. When i click on it (or the browser back), i see all edit fields empty in the previous page. This doesnt happen when i skip the step 2 and doesnt happen in Firefox. It happens in .asp and .aspx pages. When i put the same code in .htm,.html it works fine. This is also happening when i use window.open in javascript to open a pop up. Thanks in advance, Rav.