:-)  Textarea needs to be inside your <form> tags.

Courtney E. Payne, Developer
Fig Leaf Software
"We've got you covered"
[EMAIL PROTECTED]
www.figleaf.com 


-----Original Message-----
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 15, 2000 10:54 AM
To: CF-Talk
Subject: Re: TextArea for IE vs Netscape


this is the abbreviated code without all the text in the text box

<HTML>
<HEAD>
<TITLE>test page</TITLE>
</HEAD>

<body BACKGROUND = "img/background.gif" TEXT="#003333" LINK=#333300
ALINK=#ffff99 VLINK=#666633>

<h3 ALIGN="center">home page</h3>
<CENTER>

<TEXTAREA NAME="ba" ROWS=6 COLS=60 >
some text
</TEXTAREA>

<FORM ACTION = "ba.cfm" METHOD = "post">
 <input type="radio" name="bag" value="A"checked>&nbsp;&nbsp;<b>1</b>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="radio" name="bag" value="D"
>&nbsp;&nbsp;<b>2</b>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" value="Submit">
</form>

</CENTER>
</BODY>
</HTML>
----- Original Message -----
From: "Courtney Payne" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 15, 2000 9:32 AM
Subject: RE: TextArea for IE vs Netscape


> Code please...   :-)
>
> Courtney E. Payne, Developer
> Fig Leaf Software
> "We've got you covered"
> [EMAIL PROTECTED]
> www.figleaf.com
>
>
> -----Original Message-----
> From: Cami Lawson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 15, 2000 10:15 AM
> To: CF-Talk
> Subject: Re: TextArea for IE vs Netscape
>
>
> I have tried everything to clean up the code.  It works fine in IE and
> Netscape 6, it has the nice box with the text and a vertical scroll bar.
> But, in Netscape 4.76 the text is just pasted all over the page with no
nice
> scroll box, it's just ugly.
>
> Cami
> ----- Original Message -----
> From: "Michael Thomas" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, December 15, 2000 1:21 AM
> Subject: Re: TextArea for IE vs Netscape
>
>
> > Hmmm I hadnt thought of that one & thats most likely. I just ran into
this
> > problem again very recently too, so its fresh in my head. I was using a
> > stand alone button with an onclick event, so it never occured to me that
I
> > needed the form element wrapped around it. Looked in netscape, boom was
> > right on top of it when it didnt show up. Netscape is strict like that
;)
> >
> > That could very well be his problem.
> >
> > Mike
> >
> > >From: "avex" <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: CF-Talk <[EMAIL PROTECTED]>
> > >Subject: Re: TextArea for IE vs Netscape
> > >Date: Fri, 15 Dec 2000 16:47:36 +1000
> > >
> > >this may seem stoooopid....
> > >but once we had that problem here.....
> > >and someone forgot to add a form tag!!!!!!!!!!
> > >
> > >adding one fixed the problem......
> > >
> > >i am sure this can't be your problem though...
> > >
> > >;-)
> > >
> > >
> > > > Any ideas why a nice clean textarea with scrollbars and readonly
> > >attributes looks fine in IE but looses everything in Netscape?
> > > >
> > > > TIA
> > > > Cami
> > > >
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to