At 16.16 17/10/99 +0200, you wrote:
>Well, the user interacts with the combo-box and the input field.
>Any change in either of the two will trigger calculation and will
>display the result in a NON-EDITABLE VISIBLE field.
>What is the type of such a field (HTML tag)?
There isn't you must forbid input by javascript.
>What are the events (in HTML) that are triggered
>by change in the selection in the combo-box
>and change in the input field?
onBlur() when you leavve the object.
>
>DD
>
>----------
>From: Lalith Jayaweera[SMTP:[EMAIL PROTECTED]]
>Sent: Sunday, October 17, 1999 03:51 PM
>To: [EMAIL PROTECTED]
>Subject: Re: off-topic: HTML
>
>Hi
>
>Could you please explain this one further, it's not very clear
>
>lalith
>
>
>At 11:13 AM 10/17/99 +0200, you wrote:
>>Hi All!
>>
>>A want to show users in a HTML form a combo-box
>>with card types and an input (type="text").
>>The input field is initially filled with the amount
>>the customer owes. He/she can choose to pay
>>more or less. Depending on the selected card
>>type, there is a discount.
>>
>>I need a visible read-only field that is changed
>>dynamically ad the user changes the selection
>>in the combo-box and the content
>>of the input field,
>>
>>I know that I can do this in an applet, but I am targeting low end clients
>>that cannot handle applets. I know for
>>hidden type but I need this information
>>to be visible.
>>
>>Any suggestions?
>>Thanks
>>
>>Dragomir
>>
>>___________________________________________________________________________
>>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>>of the message "signoff SERVLET-INTEREST".
>>
>>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>>Resources: http://java.sun.com/products/servlet/external-resources.html
>>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>>
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html