C
|
clig 1/18/2010 |
Hi everybody, I want to refresh a list page after the update of a record. I added this code as event "After record updated" StringURL = Request.ServerVariables("HTTP_REFERER") Response.Write "<script>alert('"&StringURL&"')</script>" Response.Write "<script>window.location = "&StringURL&";</script>" But nothing happens after the update, the alert show the correct url but there is no refresh. Any idea to do it? Thanks
|
D
|
danivale author 1/19/2010 |
Nothing happens with these two lines in lheader.htm I put this in my lheader.htm source: <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT"> |
J
|
Jane 1/20/2010 |
Hi, |
C
|
clig 2/1/2010 |
Nothing happens with these two lines in lheader.htm
|