[Rails] Re: Help on File

2009-02-03 Thread Julian Leviston
Before you do rails driven sites work out about how webservers work first. Blog: http://random8.zenunit.com/ Learn rails: http://sensei.zenunit.com/ On 03/02/2009, at 6:01 PM, Newb Newb rails-mailing-l...@andreas- s.net wrote: Julian Leviston wrote: What do you want it to do? What is the

[Rails] Re: Help on File

2009-02-03 Thread Martijn Vos
On 3 Feb 2009, at 7:37 AM, Newb Newb wrote: when i use below code to open a google page it works. INPUT type=button value=New Window! onClick=window.open('http:// www.google.com','mywindow','width=400,height=200') But i have html file in my application folder.to open that file i

[Rails] Re: Help on File

2009-02-03 Thread Newb Newb
Martijn Vos wrote: On 3 Feb 2009, at 7:37 AM, Newb Newb wrote: thanks for the reply. ok if i put my folder in public how can i open that file. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Rails] Re: Help on File

2009-02-03 Thread Newb Newb
pls kindly help me up. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com To

[Rails] Re: Help on File

2009-02-03 Thread Martijn Vos
On 3 Feb 2009, at 9:40 AM, Newb Newb wrote: Martijn Vos wrote: On 3 Feb 2009, at 7:37 AM, Newb Newb wrote: thanks for the reply. ok if i put my folder in public how can i open that file. Same way you'd load anything else in the public folder, like images or css files. Take a look at an

[Rails] Re: Help on File

2009-02-02 Thread Julian Leviston
What do you want it to do? What is the path supposed to load? Blog: http://random8.zenunit.com/ Learn rails: http://sensei.zenunit.com/ On 03/02/2009, at 5:37 PM, Newb Newb rails-mailing-l...@andreas- s.net wrote: Hello... when i use below code to open a google page it works. INPUT

[Rails] Re: Help on File

2009-02-02 Thread Newb Newb
Julian Leviston wrote: What do you want it to do? What is the path supposed to load? Blog: http://random8.zenunit.com/ Learn rails: http://sensei.zenunit.com/ On 03/02/2009, at 5:37 PM, Newb Newb rails-mailing-l...@andreas- as like google page opens ,i want to open my local file from

[Rails] Re: Help on File

2009-02-02 Thread MaD
put the file in your 'public'-folder of your rails app or make it accessible by other means (= webserver). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email