[Typo3-dev] piVars and Javascript

Raphael Geyer typo3news at ameos.com
Wed Jan 19 17:47:08 CET 2005


Thanks René for your quick answer.

It works great.

Raphael GEYER
www.ameos.com



"René Fritz" <r.fritz at colorcube.de> a écrit dans le message de
news:mailman.1019.1106152598.29455.typo3-dev at lists.netfielders.de...
> Am Mittwoch, 19. Januar 2005 17:11 schrieb Raphael Geyer:
> > Hi list,
> >
> > I am working on a form on which field are named like needed by piVars (
> > myext[myfield] ).
> > I have to do some checks with javascript and I can't access this field
with
> > document.myform.myext[myfield] because the naming using brackets has
> > another meaning in javascript.
> > What is the right way to use piVars that allows an access to the field
with
> > javascript ?
>
> Does this work?
>
> document.myform["myext[myfield]"]
>
> R
>
> -- 
> COLORCUBE
> digital media lab
>
> www.colorcube.de






More information about the TYPO3-dev mailing list