开发者

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

开发者 https://www.devze.com 2023-04-04 12:17 出处:网络
I have build a website for job apply. digimobjobs.com when click job \'apply direct\' working as fancybox 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开发者_StackOverflow中文版(-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";
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号