Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: pl/sql & javascript

Re: pl/sql & javascript

From: Daniel Morgan <damorgan_at_exesolutions.com>
Date: Thu, 30 May 2002 21:23:51 -0700
Message-ID: <3CF6FAD7.B635F96F@exesolutions.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US