من یه کد با جاوا می خواستم که بشه با اون صفحه ی داخل یک ifreame رو تغییر داد ادرسش تغییر کنه .
desiran Member May 22, 2007 #1 من یه کد با جاوا می خواستم که بشه با اون صفحه ی داخل یک ifreame رو تغییر داد ادرسش تغییر کنه .
tabib_m Member May 22, 2007 #2 سلام کد: <iframe id="theIframe" src="a.html"></iframe> <input type="button" value="Change the Iframe Source" onClick="document.getElementById('theIframe').src='b.html';" /> موفق باشید.
سلام کد: <iframe id="theIframe" src="a.html"></iframe> <input type="button" value="Change the Iframe Source" onClick="document.getElementById('theIframe').src='b.html';" /> موفق باشید.