Displaying 2 results from an estimated 2 matches for "allowtransparency".
2006 Mar 13
1
issue with redirect_to
...def index
  end
  def otherFrame
    render(:layout => false)
  end
  def show
    redirect_to(params[:url], {:TARGET => "_top"})
  end
end
</BlogController.rb >
layout: blog
blog
<html>
<body>
<iframe src="otherFrame" marginheight=2 marginwidth=2
allowTransparency="true" width=700 height=110>
</iframe>
<%= @content_for_layout %>
</body>
</html>
-------------------------------
views: index.rhtml
--------------------code-----------------------------------
<p>I am in a different frame</p>
------------------------...
2014 Nov 28
0
Wine release 1.7.32
...implementation.
      mshtml: Added IHTMLStyleSheet::cssText tests.
      mshtml: Added support for IHTMLFrameBase::put_src call on detached element.
      mshtml: Added IHTMLFrameBase::get_src implementation.
      mshtml: Added IHTMLDOMTextNode2 stub interface.
      mshtml: Added HTMLFrameBase2::allowTransparency semi-stub implementation.
      mshtml: Added missing nsIHttpChannelInternal functions.
      mshtml: Added nsIURI::GetPrePath implementation.
      mshtml: Merge htmlelem3.c into htmlelem.c.
      mshtml: Don't try to null terminate post data if it's not available.
      mshtml: Added IHTM...