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" in Javascript or node.js.

It is ... possible ... that you mean you have created a web page (in HTML) 
that has a 'form' that has a <input type="text"> field in it.  And that you 
are asking how to get the input text from the web page returned back to a 
program running on the server using node.js and Javascript.  

If so then that is a very big subject, which has a lot of tutorials and 
other information available on the web, and asking here is probably not a 
good place to ask.  

You might look at express and its sample programs/tutorials?  Googling 
"nodejs npm express"  comes up with some links e.g. 
    http://shapeshed.com/creating-a-basic-site-with-node-and-express/

Can you see that your question is missing so many details we really thought 
you had sent your email to the wrong list?


On Friday, April 5, 2013 3:37:34 PM UTC-5, 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?
>
>
>
> בתאריך יום שישי, 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: 
>> > 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 before we can begin to answer you question. 
>>
>>
>>
>>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to