G
|
grinningdog author 12/18/2006 |
Ooops, answered the second question myself. Sorry. |
J
|
Jane 12/19/2006 |
Hi, response.Write "<input type=""text"" name=""" & cfield & """ " & GetEditParams(field,"") & " value=""" & my_htmlspecialchars(value) & """>"
response.Write "<input type=""text"" name=""" & cfield & """ " & GetEditParams(field,"") & " value=""" & my_htmlspecialchars(value) & """ onclick=""this.value=''"">" |
G
|
grinningdog author 12/19/2006 |
Perfect. Thank you very much Jane |