简体   繁体   中英

External link doesnt work in FF, Chrome but works in IE 9

I need to add an external link on my website for live scoring but for some security reason itftennis.com block link embedding on external website.

If you click on the jsfiddle LIVE SCORING link it with open page with error but if you click on the address bar and then click enter link will work or if you type this link direct in address bar then it will work

Click here this wont work.

Is there some way around using jQuery to make this link work.

I am sure they are check the link source reference and once it is outside their domain they block it may be they want users to visit their website inorder to view live scoring..

Any help in this regard is appreciate. This is not a pure programing question but i am looking for some sort of jquery or C# based solution to make this link work.. on other website

 function launchPCLiveScores() {
     window.open('http://scores.itftennis.com/?alias=itf&layoutid=72&versionid=1&language=en&tID=W-C50-FRA-05A-2013', 'ITFProCircuitLiveScore', 'width=1000,height=700');
 }

UPDATED :

JUST notice that problem happens on in Firefox 24 and Chrome and same thing works on IE 9

ERROR MESSAGE

Error 403 Empty page

Empty page

Guru Meditation:

XID: 1400950608

Varnish cache server

遵循代码使它起作用

<a href="http://href.li/?http://scores.itftennis.com/index.php?alias=itf&amp;layoutid=72&amp;versionid=1&amp;language=en&amp;tID=W-C75-UAE-01A-2013&amp;country=ISR" onclick="window.open('http://href.li/?http://scores.itftennis.com/index.php?alias=itf&amp;layoutid=72&amp;versionid=1&amp;language=en&amp;tID=W-C75-UAE-01A-2013&amp;country=ARE','W-C75-UAE-01A-2013','width=1000,height=680');return false;">LiveScores / Results</a>

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