944,142 Members | Top Members by Rank

Ad:
Feb 5th, 2007
0

Java Script new line

Expand Post »
Hi.
Perhaps a lot of you heart this problem, but i can't find a solution.
Java Script is crashing when see \n sign.
I have a lot of functions like this:
JavaScript Syntax (Toggle Plain Text)
  1. function drawDocumentMainRowColor1(unique, content, align, padding, color) {
  2. drawDocumentHTML += '<tr class="stdTab" bgcolor="#' + color + '"><td>&nbsp;</td><td style="padding: ' + padding + 'px 10px;" colspan="2" align="' + align + '">' + content + '</td></tr>';
  3. }

..where content is any string. Now if in string appear \n or \r sign page is dead. (JS error)

T U for any help
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
pojke is offline Offline
17 posts
since Dec 2006
Mar 13th, 2007
0

Re: Java Script new line

instead of \n use document.write("<br />"
c if it works
Reputation Points: 10
Solved Threads: 0
Light Poster
bhuvan83 is offline Offline
29 posts
since Mar 2007
Mar 13th, 2007
0

Re: Java Script new line

It wont work so easy, cause content is from form. Its user, who write a content, so i cant request writing <br> instead \n.
But its ok, ive solved it in another way.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
pojke is offline Offline
17 posts
since Dec 2006
Oct 30th, 2009
0

to pojke...

how did you solved the problem ???
Reputation Points: 10
Solved Threads: 0
Newbie Poster
farkhan is offline Offline
1 posts
since Oct 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JavaScript / DHTML / AJAX Forum Timeline: Draggable elements in JQUERY
Next Thread in JavaScript / DHTML / AJAX Forum Timeline: make html element empty





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC