# File lib/www/mechanize/page/frame.rb, line 13
        def initialize(node, mech, referer)
          super(node, mech, referer)
          @node = node
          @text = node['name']
          @href = node['src']
        end