简体   繁体   中英

Solution for javascript:history.go(-1) with fancy box iFrame

I have build a website for job apply.

digimobjobs.com

when click job 'apply direct' working as fancybox iFrame. after closing iFrame box. back button needs to click twice instead of one

I'm using javascript to go back

javascript:history.go(-1)

I need to keep javascript:history to GET data

any one help me please

Your link is giving an Internal Server Error.

Instead of "going back" you should probably use Javascript to redirect it to that previous page. Try this, replacing it with the name of the page you want to go to:

javascript:window.location="twostepsback.html";

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM