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] Link to comment https://forums.phpfreaks.com/topic/24348-selfhistoryback-in-internet-explorer/ 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 :) Link to comment https://forums.phpfreaks.com/topic/24348-selfhistoryback-in-internet-explorer/#findComment-110772 Share on other sites More sharing options...
fenway Posted October 19, 2006 Share Posted October 19, 2006 I thought you could use .history(-1). Link to comment https://forums.phpfreaks.com/topic/24348-selfhistoryback-in-internet-explorer/#findComment-111400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.