ورود

View Full Version : رفرش کردن جداگانه یک iframe



angel_boy013
پنج شنبه 21 دی 1385, 10:23 صبح
اگه بخوام بطور جداگانه با یک کلیک فقط iframe توی صفحه refresh بشه چه باید کرد ؟

tabib_m
پنج شنبه 21 دی 1385, 22:15 عصر
<iframe id="IFr" src="...."></iframe>

<input type="button" onClick="document.getElementById('IFr').src=document.getEle mentById('IFr').src;">