Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql & javascript
tony wrote:
> I have a piece of code that looks like thie:
>
> --
> htf.strong(htf.fontOpen(ccolor=>'A539A5')||'Code'||htf.fontClose)||htf.br||
> htf.FontOpen(cface=>'arial',csize=>'3')||
> htf.formText(cname=>'newcode',csize=>'6',cvalue=>'',
> cattributes=>'maxlength=5')||htf.fontClose||htf.br||
>
> How can I add this javascript?
>
> onChange="javascript:this.value=this.value.toLowerCase();",||
>
> thanks
> cheers,
> tony
> 902.494.1021 w
> 902.461.4550 h
What is stopping you from concatenating it into the string or into a variable that is concatenated into the string?
Daniel Morgan? Received on Thu May 30 2002 - 23:23:51 CDT
![]() |
![]() |