M
Mick
Hi,
Is there a way to simulate the IE backward button behaviour with Asp.Net ?
thks for help.
Is there a way to simulate the IE backward button behaviour with Asp.Net ?
thks for help.
Mick said:here is the code I tried... and it doesn't work !!
Response.Write("<script language=javascript>");
Response.Write("history.go(-1);");
Response.Write("</script>");