G
Guest
i have a back button inside the code i have the following:
Response.Redirect("javaScript:history.go(-1)");
I can't get the thing to work like i want it to, i want the user to click
the button and to return to whatever page they came from ...
i can have a link button that works with this: javaScript:history.go(-1)
But i need a button instead of a link.
Also is there anyway to display a Yes / No dialog when a user hits a button
on a webpage?
Response.Redirect("javaScript:history.go(-1)");
I can't get the thing to work like i want it to, i want the user to click
the button and to return to whatever page they came from ...
i can have a link button that works with this: javaScript:history.go(-1)
But i need a button instead of a link.
Also is there anyway to display a Yes / No dialog when a user hits a button
on a webpage?