Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson

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 stpid
 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



RE: TextArea for IE vs Netscape

2000-12-15 Thread Courtney Payne

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 stpid
 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



Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson

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

HTML
HEAD
TITLEtest page/TITLE
/HEAD

body BACKGROUND = "img/background.gif" TEXT="#00" LINK=#00
ALINK=#99 VLINK=#33

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"checkednbsp;nbsp;b1/b
 nbsp;nbsp;nbsp;nbsp;nbsp;input type="radio" name="bag" value="D"
nbsp;nbsp;b2/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 stpid
  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



Re: TextArea for IE vs Netscape

2000-12-15 Thread Cami Lawson

Thanks, I moved my form field to the top and it works like a champ!
- 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 stpid
 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



RE: TextArea for IE vs Netscape

2000-12-15 Thread Courtney Payne

:-)  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
TITLEtest page/TITLE
/HEAD

body BACKGROUND = "img/background.gif" TEXT="#00" LINK=#00
ALINK=#99 VLINK=#33

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"checkednbsp;nbsp;b1/b
 nbsp;nbsp;nbsp;nbsp;nbsp;input type="radio" name="bag" value="D"
nbsp;nbsp;b2/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 stpid
  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



TextArea for IE vs Netscape

2000-12-14 Thread Cami Lawson

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



RE: TextArea for IE vs Netscape

2000-12-14 Thread Bob Silverberg

The readonly attribute is only supported in IE (according to my
documentation).  I wouldn't think that it would cause problems with your
page (NS should ignore it), but it could be the culprit.

Bob

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: December 14, 2000 4:59 PM
To: CF-Talk
Subject: TextArea for IE vs Netscape


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



RE: TextArea for IE vs Netscape

2000-12-14 Thread Michael Thomas

Could you be more specific  add some additional code samples???

Mike


From: "Bob Silverberg" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Subject: RE: TextArea for IE vs Netscape
Date: Thu, 14 Dec 2000 19:07:04 -0500

The readonly attribute is only supported in IE (according to my
documentation).  I wouldn't think that it would cause problems with your
page (NS should ignore it), but it could be the culprit.

Bob

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: December 14, 2000 4:59 PM
To: CF-Talk
Subject: TextArea for IE vs Netscape


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



Re: TextArea for IE vs Netscape

2000-12-14 Thread avex

this may seem stpid
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



Re: TextArea for IE vs Netscape

2000-12-14 Thread Michael Thomas

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 stpid
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