开发者

where does it call a pop up?

开发者 https://www.devze.com 2022-12-18 13:13 出处:网络
i am trying to find in this code where it instructs a new browser window? <div id=\"mlcalc-w1\">

i am trying to find in this code where it instructs a new browser window?

<div id="mlcalc-w1">
<div id="mlcalc-w2">
<div id="mlcalc-w3">
<div id="mlcalc-w4">
<div id="mlcalc-w5">
<link rel="stylesheet" type="text/css" media="screen,projection" href="http://www.mortgageloan.com/sites/all/themes/mortgageloan/css/tool/mlcalc-inline.css">
<div id="mlcalc-pres">
<h2 id="mlcalc-head">
<em>19 Mortgage Calculators</em&g开发者_JS百科t; <em><a href="http://www.mortgageloan.com/widgets/#tool-num-4" rel="nofollow" target="_blank">Get this Widget</a><span></span></em>
</h2><iframe id="mlcalc-calc" src="http://www.mortgageloan.com/tool/mortgage/mortgage-calculator-package-content" scrolling="no" border="0" frameborder="0"></iframe>
<p id="mlcalc-footer">
Related Resource: <a href="http://www.mortgageloan.com/">Refinance &amp; Mortgage Rates</a>. Calculator © MortgageLoan.com.
</p>
</div>
</div>
</div>
</div>
</div>
</div>


see the target="_blank" attribute of your anchor.


See the target="_blank" part in your code, it tells the browser to open the link in a new window.

0

精彩评论

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