Click here to Skip to main content
15,916,432 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello
I cause a problem in window.history.back() in IE
i use iframe inside page.
So when window.history.back() fire it back from iframe not from page..

So what to do in this case?
Thanks
Adit
Posted
Updated 28-Sep-11 19:47pm
v2

1 solution

Hi,

upto my knowledge it is not possible

B'coz history is about whole window thing not for part of page.

you've to follow some other way to back like redirecting to back from server

or changing iframe src property in code behind file


I hopw you understood What I said


All the Best
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900