Displaying 1 result from an estimated 1 matches for "otherframe".
2006 Mar 13
1
issue with redirect_to
...ot;''
but it didn''t work. Is this a know bug ?
thanks in advance for your reply.
regards
Susanta
Here is my sample code:
controller: BlogController
--------------------code-----------------------------------
class BlogController < ApplicationController
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" w...