Ken
|
| Posted: 07/17/2002, 3:32 PM |
|
I am trying to put a default value into a text field like picture.gif, but when the field initializes the default value is set to picturegif without the period. Does anyone know how to get the period to stay as part of the default value?
I am using PHP 4.0 with templates, CCS 1.0.6, and MySQL.
Thanks!
|
|
|
 |
Nicole
|
| Posted: 07/18/2002, 5:53 AM |
|
Ken,
You can create JS function that will clear the field value when any action is made (e.g. click on the field).
|
|
|
 |
Joachim Uersfeld
|
| Posted: 07/18/2002, 3:54 PM |
|
Try it as "picture.gif" (with quotes).
|
|
|
 |
|