Bilal
|
| Posted: 08/26/2004, 8:02 PM |
|
i want to add a new < input type="text"> or <select> field with onChange event..? can any one help me . i will be thankful to u all.
|
|
|
 |
E43509
Posts: 283
|
| Posted: 08/27/2004, 6:24 AM |
|
One thougth but I'd have to google to get the correct syntax, would be to use <div> and <span> tags around an existing CCS generated text box (do this in html mode).
Tthese tags had IDs and you can set the visibility parameter for them
Something like
Message.style.visibility="visible"
<div id="PWdiv" class="SaladPleaseWait" nowrap>
<span id="Message">Page Loading -- Please Wait</span><span id="Progress"></span>
</div>
|
 |
 |
|