2010-02-01 102 views
0

我想在這段代碼中找到它指示一個新的瀏覽器窗口的位置?它在哪裏叫彈出?

<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> <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> 

回答

5

查看錨點的target =「_ blank」屬性。

+0

具體而言,target =「_ blank」是一個非標準的約定,用於指示瀏覽器在新窗口中打開鏈接目標。目前所有的現代瀏覽器都遵從它。 – workmad3 2010-02-01 18:23:26

1

查看代碼中的target="_blank"部分,它告訴瀏覽器在新窗口中打開鏈接。