HuwR Forum Admin
United Kingdom 20584 Posts
quote:Jul 23, 2013Chrome Version : 29.0.1547.22What steps will reproduce the problem?1. POST a web form2. go somewhere else3. press backWhat is the expected result?Chrome should show the state after the form was POSTed.What happens instead of that?Chrome rePOSTs unnecessarily repeating the actionPlease provide any additional information below. Attach a screenshot ifpossible.This is a regression from the previously good behavior that started with Chrome 29.UserAgentString: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.22 Safari/537.36
golfmann Junior Member
United States 450 Posts
Carefree Advanced Member
Philippines 4207 Posts
quote:Originally posted by WebboMy version did ..... er, nothing
<!--#INCLUDE FILE="config.asp"--> <!--#INCLUDE FILE="inc_header.asp" --> <% On Error Resume Next my_Conn.Execute("ALTER TABLE " & strTablePrefix & "TOPICS MODIFY COLUMN T_CHKSUM VARCHAR(16) NULL") If Err.Number <>0 Then Response.Write Err.Description & "<br />" If Err.Source <> "" Then Response.Write Err.Source & "<br />" If Err.Line > 0 Then Response.Write Err.Line Err.Clear my_Conn.Execute("ALTER TABLE " & strTablePrefix & "REPLY MODIFY COLUMN R_CHKSUM VARCHAR(16) NULL") If Err.Number <>0 Then Response.Write Err.Description & "<br />" If Err.Source <> "" Then Response.Write Err.Source & "<br />" If Err.Line > 0 Then Response.Write Err.Line Err.Clear WriteFooter
bobby131313 Senior Member
USA 1163 Posts