|
-
Nov 28th, 2000, 09:04 AM
#1
Thread Starter
Frenzied Member
How to put an enter in a string in javascript
-
Nov 28th, 2000, 09:17 AM
#2
_______
<?>
There's a lot about Javascript here
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 28th, 2000, 09:23 AM
#3
Thread Starter
Frenzied Member
Thanx, there's a lot there too!.
I was'nt looking for the good, i was searching for enter,
instead of carriage,
does it show i'm french
-
Nov 28th, 2000, 09:42 AM
#4
_______
<?>
On the site above if you search "Enter" you get 172 Q & A dealing with the matter. If you look, you may find what you need.
Enter
btw:
What exactly is the question.
Do you want to store the word enter in a string.
or
Do you want to know how to create and use an enter button?
[Edited by HeSaidJoe on 11-28-2000 at 09:44 AM]
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Nov 28th, 2000, 09:44 AM
#5
Member
try this
There should be a way to enter ASCII codes in Java, which means you can try ASCII code 13 line Chr(13).
Hope this helps.
Life is trip, eat it and smile.
-
Nov 28th, 2000, 10:12 AM
#6
New Member
try using \n in the string
So "whatsup\n dude"
will come out as:-
whatsup
dude
-
Nov 28th, 2000, 10:29 AM
#7
_______
<?>
As per Asc 13 is interperted differently in Netscape and in MSIE..but this might give you some insight as the question deals with verifying an enter keypress. You may be able to reverse the process and create one.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|