Re: [nodejs] node js input

2013-04-08 Thread Ryan Schmidt
If you show us your code, perhaps your question will become clearer to us. On Apr 5, 2013, at 15:37, Adva wrote: > i added a input in node js (=textBox). > and now i'm trying to read what the user wrote in this textBox. > how can i do this? -- -- Job Board: http://jobs.nodejs.org/ Posting

Re: [nodejs] node js input

2013-04-05 Thread Thomas Shinnick
No, really, we have no idea what you want to ask. You mention "textbox". That sounds like something written using HTML that runs in the web browser, like FireFox or Chrome or Internet Explorer. node.js runs on the server running programs written in Javascript language. There is no "textbox" i

Re: [nodejs] node js input

2013-04-05 Thread Michael Schoonmaker
Adva, I'm not sure you understand what this mailing list is for. There are no text boxes in Node, which is a server-side Javascript environment. http://nodejs.org/api/ On Fri, Apr 5, 2013 at 1:37 PM, Adva wrote: > i added a input in node js (=textBox). > and now i'm trying to read what the user

Re: [nodejs] node js input

2013-04-05 Thread Adva
i added a input in node js (=textBox). and now i'm trying to read what the user wrote in this textBox. how can i do this? בתאריך יום שישי, 5 באפריל 2013 16:40:41 UTC+3, מאת ryandesign: > > > On Apr 5, 2013, at 00:45, Adva wrote: > > > i added a textBox like this: > > > > label Name: > > inpu

Re: [nodejs] node js input

2013-04-05 Thread Ryan Schmidt
On Apr 5, 2013, at 00:45, Adva wrote: > i added a textBox like this: > > label Name: > input(in) > > but now i want to tke the input from the user (=to take the input in the > textBox). > why i can not do this? I have no idea what you're asking. You'll need to provide a lot more information

[nodejs] node js input

2013-04-04 Thread Adva
hi, i added a textBox like this: label Name: input(in) but now i want to tke the input from the user (=to take the input in the textBox). why i can not do this? thank you! -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Po