使用ajax加载外部网站

时间:2013-06-18 09:12:56

标签: ajax jquery

当我使用jquery-ajax单击按钮时,我想在iframe中加载来自不同域[例如:http://iqecommerce.com]的外部网站。我还想在加载完成之前将'imafsdges'div显示为iframe中的ajax加载器。

我的以下代码如下所示

<input type="button" id="check1" value="Click to load"  /><br/>
<div id="imafsdges" style="display:none;"> Loading</div>
<iframe  id="theiframe" class="frameToChange" name="some" width="70%"    height="400px">     </iframe>

示例:http://jsfiddle.net/YSd9g/

0 个答案:

没有答案