# File lib/cgikit/command.rb, line 231
  def submit
    path, query = @attributes[:href].split('?')
    @command.path_info = HTMLElement.path_info(path)
    @command.query_string = query
  end