Posted by cosmic foo on 07/29/05 05:47
"Noel" <vbgooglegroups@yahoo.com> wrote in message
news:1122576837.343529.133000@o13g2000cwo.googlegroups.com...
> I have a textarea
>
> <textarea wrap="hard" name="comment" rows="10" cols="80"></textarea>
>
> which I want to preload by passing in some text in the URL, so I do
>
> www.myhost.com/enter_info.cgi?&comment=Line%20One
>
> Now this puts "Line One" into my textarea.
>
> Is it possible to put another line below this e.g. "Line Two" so I see
>
> Line One
> Line Two
>
> in my textarea?
>
> So, basically, I've been trying to figure out is there some code for
> "new line" like the code %20 for a space?
>
> I can't alter the web page, I can only pass info the information using
> "comment=" in the URL.
>
> Any help appreciated,
>
> Noel
>
how doe this put anything in your textarea?
lol
[Back to original message]
|