Displaying 2 results from an estimated 2 matches for "webform1".
Did you mean:
webform
2005 Dec 08
1
help - how to I link to an external app and pass value?
Hello,
I have a list that I need to show a print column and have the print column call an external web application and pass the id value.
How do I do this in rails?
Thanks
Frank
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 08
1
how to open a popup window
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