Sha256: b3522fa58ee981942452b2364efe758984a1f8404b8d235d78ebf2d5e06f1c7f
Contents?: true
Size: 464 Bytes
Versions: 17
Compression:
Stored size: 464 Bytes
Contents
<!DOCTYPE html> <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
17 entries across 17 versions & 5 rubygems