Hello, How can I change the code below to open a new browser? Thanks Frank def print @receipt = Receipt.find(params[:id]) link = "http://web/WebReceipts/WebForm1.aspx?id=" + params[:id] redirect_to_url(link) end _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails