English
Script description: Step 1: Save the following code as a home page file <frameset cols="100,*"> <frame src="frame-left1214.htm" name="frame1"> <frame src="frame-right1214 .htm" name="frame2"> </frameset> Step 2: Save the following code as frame-left1214.htm <head> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function myprint() { window. parent.frame2.focus(); window.print(); } // End --> </script> </head> <body bgColor=#fef4d9> <input type=button value="Print right page" onClick= "myprint()"> Step 3: Save the following code as frame-right1214.htm. This is the printed content. You can set it as you like.