Page History Problem
The first(parent) page http://www.icdd.com/index.php/ppxrd-first/ is embedded in the advanced iframe using the following code. [advanced_iframe src="http://www.icdd.com/assets/ppxrd/first.aspx" width="100%" height="20px" use_shortcode_attributes_only="true" onload_scroll_top="true" onload_resize="true" resize_on_element_resize="#content" map_parameter_to_url="page" add_iframe_url_as_param="same"]
we start from the first page with url http://www.icdd.com/index.php/ppxrd-first/ 1, clicking on the Go to second page, you will be brought to second.aspx with the following URL http://www.icdd.com/index.php/ppxrd-first/?page=www.icdd.com/assets/ppxrd/second.aspx%3Fid%3Dsecondpage
2, clicking on the Go to third page, you will be brought to third.aspx with the following URL http://www.icdd.com/index.php/ppxrd-first/?page=www.icdd.com/assets/ppxrd/third.aspx%3Fid%3Dthirdpage
so far so good
Now clicking on the browser BACK button or arrow once, you will be brought to second.aspx from third.aspx then clicking on the browser BACK button or arrow once, you will be brought to first.aspx from second.aspx
so far so good
Now please repeat 1 and 2. You will be brought to third.aspx again. This time, clicking on the browser BACK button or arrow once, you will be brought to the first.aspx from third.aspx, NOT to the second.aspx.This IS NOT I want. It should be to the second.aspx Please help. Thank you in advance!
|