Hi BeeRich, You could try sending the parameters by POST instead if GET. Also try to url-encode the data using encodeURIComponent().
HTH, Miguel BeeRich wrote: > OK here's the deal... > > After the var is set, I return it in an alert, and she displays > properly. Then I build the url, accept it as a variable set to the > parameter. The variable doesn't show any breaks whatsoever. So > somewhere in all that, any paragraph integrity is lost. > > var myComment = myForm.myComment.value; > var myURL = 'includes/locRef.rbf?p=postLocComment&postid=' + postID + > '&userid=' + userID + '&comment=' + myComment; > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
