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>");
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.