i'm having some problem with my back button in C#.
Response.Write( "<script language='JavaS cript'>history. back();</script>");
it works fine with IE but not with Mozilla Firefox, it only re-load the same page, doesnt go back to previous page.
anyone knows the solution?
thx.
Response.Write( "<script language='JavaS cript'>history. back();</script>");
it works fine with IE but not with Mozilla Firefox, it only re-load the same page, doesnt go back to previous page.
anyone knows the solution?
thx.
Comment