HTML Tags JavaScript Tutorial

< html>

iFrame



function handleResponse(choice) {
  var pick = frames["MyFrame"];
  pick.document.writeln(choice);
}

  name="MyFrame"
  style="width:800px; height:800px; border: 0px"
  src="http://www.rntsoft.com">


choice 1
choice 2