Hello,
ive wrote this for my page the iframes load normally but the buttons i added to refresh the individual frames just dont work.. Any ideas ??
Code:<html> <head> <body> <iframe id="iframe1" height="200" width="200" src="http://google.com"></iframe> <br> <input type="button" value="Reload Google" onclick="Reload ();"> <iframe id="iframe2" height="200" width="200" src="http://m.twitter.com"></iframe> <br> <input type="button" value="Reload Twitter" onclick="Reload ();"> </body> </body> </head> </html>


Reply With Quote
Bookmarks