JSFiddle - React, Tailwind, and code Playground
by honglonglong
HTML
<iframe onload="on_weatherload" name="weather_inc" src="http://cache.xixik.com.cn/7/dalian/" width="225" height="90" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
</body>
JavaScript
function on_weatherload(){
var hyperlinks = document.getElementsByTagName("a");
if(hyperlinks) {
for(var i = 0; i < hyperlinks.length; i++) {
hyperlinks[i].target = "_self";
}
}
}