<!DOCTYPE html> <html> <head> <title></title> </head> <body> <iframe id="frame1" name="frame1" src="frame1.html"></iframe> <button onClick="frame1.Run();">run</button> </body> </html>