Sha256: 3db822a1d4fb6654550803efcd3f669a54f8e3f9a84cbd27b22591ae4d9bae8c
Contents?: true
Size: 373 Bytes
Versions: 14
Compression:
Stored size: 373 Bytes
Contents
<%# frozen_string_literal: true %> <html> <head> <title>With Frames</title> </head> <body> <div id="divInMainWindow">This is the text for divInMainWindow</div> <iframe src="/frame_one" id="frameOne"></iframe> <iframe src="/frame_two" id="frameTwo"></iframe> <iframe src="/frame_parent" id="parentFrame"></iframe> </body> </html>
Version data entries
14 entries across 14 versions & 3 rubygems