Sha256: 193894d07b30f3f8899e6ad8a08851ad656cfbfa22d5599631ea39fc60d82ad2
Contents?: true
Size: 449 Bytes
Versions: 94
Compression:
Stored size: 449 Bytes
Contents
<html> <head> <title>With Frames</title> </head> <body> <div id="divInMainWindow"> This is the text for divInMainWindow <iframe src="/frame_parent" id="innerParentFrame"></iframe> </div> <iframe src="/frame_one" id="frameOne" name="my frame one"></iframe> <iframe src="/frame_two" id="frameTwo"></iframe> <iframe src="/frame_parent" id="parentFrame"></iframe> </body> </html>
Version data entries
94 entries across 81 versions & 3 rubygems