H
Hypo
I added a 'Back' button to my page, and wrote 'OnClick'
code something like this:
Response.Write("<script>history.go(-" +
iDepthIndex.ToString() + ");</script>");
But, it dosnt work! Effect is that browser navigates to
desired page as expected and go back from where it
started! But, the 'Back' button on browser works normaly.
I dont get it!!??
Thanks in advance,
Vedran
code something like this:
Response.Write("<script>history.go(-" +
iDepthIndex.ToString() + ");</script>");
But, it dosnt work! Effect is that browser navigates to
desired page as expected and go back from where it
started! But, the 'Back' button on browser works normaly.
I dont get it!!??
Thanks in advance,
Vedran