0

A client wishes to have a link that opens a new window and shows the website of an investment company. Pretty straight forward so far.

So I create this link

<a href="https://webbroker.td.com/waw/idp/login.htm" target="_blank">Click Me</a>

The client then tells me that the page is acting all weird. So I test it and he's right, it's acting very strange.

Here's what my tests shows.

Firefox mac: Page opens, then closes itself and returns to the window with the client's website where it then changes the URL to the one that is suppose to open.

Safari mac and Chrome mac: Page opens, then closes itself and returns to the window with the client's website

Client's IE: opening and closing multiple windows (his words, didn't test it myself);

Instead of redirecting to the page itself, I changed the link to go to the homepage. User will now have to click on "Login" to access the page we wanted originally. Guess what? It does the same thing.

Here's a simplified fiddle. You'll see it's pretty straight forward.

Now I know that the problem isn't from my side but on the investment site. They seem to dynamically add some parameters to the URL for security reasons I suppose.

My question is: how can I avoid all this non sense and simply open the page without it closing? Can someone explain to my why it's doing so?

4

1 回答 1

0

我自己尝试了登录链接(在 Chrome 中),它做同样的事情.. 自行关闭.. 您应该联系他们的网页设计师并报告问题。我成功单击停止加载按钮并浏览页面。一切都“正常”,除了它关闭的那个东西。联系他们并等待回复/修复。

于 2013-02-26T22:45:01.500 回答