dc_jt Posted October 18, 2006 Share Posted October 18, 2006 Im using self.history.back function to go back from one form to another.This works perfectly fine with Firefox but not with IE.Any ideas why?(I tried to post code but it wouldnt let me) The back button is this tho: [code]} // end foreach ?><br /><input class="databut" type="button" value="Back" onClick='self.history.back();'></ul><? } //end if (is_array($aErrors)... else { ?> [/code] Quote Link to comment Share on other sites More sharing options...
dc_jt Posted October 18, 2006 Author Share Posted October 18, 2006 Doesnt matter, solved it using a session instead :) Quote Link to comment Share on other sites More sharing options...
fenway Posted October 19, 2006 Share Posted October 19, 2006 I thought you could use .history(-1). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.