Jul 31, 2007 #1 TTA23 MIS Joined Sep 26, 2006 Messages 41 Location US I believe there is a some code in ASP to replace the Javasript ===> javascript:history.go(-1) Any clue would be appreciated. Thanks in advance
I believe there is a some code in ASP to replace the Javasript ===> javascript:history.go(-1) Any clue would be appreciated. Thanks in advance
Jul 31, 2007 #2 DotNetGnat Programmer Joined Mar 10, 2005 Messages 5,548 Location IN Looking into Server Variables Try: Response.write Request.ServerVariables("Http_Referer") -DNG Upvote 0 Downvote
Jul 31, 2007 #3 rac2 Programmer Joined Apr 26, 2001 Messages 1,871 Location US Possibly you are thinking of the navigation controls provided in ASP.NET 2.0 such as the SiteMapPath control. This is the ASP forum, sometimes referred to as Classic ASP. Try Forum855 . Upvote 0 Downvote
Possibly you are thinking of the navigation controls provided in ASP.NET 2.0 such as the SiteMapPath control. This is the ASP forum, sometimes referred to as Classic ASP. Try Forum855 .