If you want it to work in previous versions of netscape, the you will have
to use layers and do something like this

document.layerID.document.write("12.00");

not saying at all that that will work, but somthing like that.  You will
need to access  the layer document object.  A layer is like another document
inside a document, so you can write to it just like writing out content to a
page using javascript.

If not, then maybe just applying a style to the text field will be enough

<input type="text" style="border:0px solid white;" readOnly>

Regards

Steve Onnis
Domain Concept Designs
+61 422 337 685
+61 3 9444 7504

http://www.domainconceptdesigns.com <http://www.domainconceptdesigns.com>

("If you think it can't be done, you haven't asked me!") - Steve Onnis





-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Knott,
Brian
Sent: Thursday, February 13, 2003 12:38 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Javascript problem


Basically Steve I am trying to change value of a table cell, needs to work
in Netscape as well

Brian

-----Original Message-----
From: Steve Onnis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 13 February 2003 11:37 AM
To: CFAussie Mailing List
Subject: [cfaussie] RE: Javascript problem


Brian

If your referning to changing the value of a table cell rather than having a
form field, then you can use the innerHTML properly of the cell.  This is
only avaialable in IE though.

If not, then I am a  bit lost as to your request

Regards

Steve Onnis
Domain Concept Designs
+61 422 337 685
+61 3 9444 7504

http://www.domainconceptdesigns.com <http://www.domainconceptdesigns.com>

("If you think it can't be done, you haven't asked me!") - Steve Onnis





-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Knott,
Brian
Sent: Thursday, February 13, 2003 12:26 PM
To: CFAussie Mailing List
Subject: [cfaussie] Javascript problem


Got a Javascript problem I'm trying to solve.  I have a form that uses form
fields to calculate a total.  I also work out two values for a fee.
Depending on what payment method they choose depends on what fee they are
charged.

So the customer selects a payment method from a radio button.  I'm using
onclick to show a form text box and have no problems changing that values
with a document.form.name.value = ''whatever'.  What I really want to do is
change the fee and total values that are not form fields, they are just CF
verifiable, but I don't want to reload the page.

Any idea

Brian Knott

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to