Re: Preventing selected being added to option tags

2008-01-22 Thread Michael Smith
Hi Andrew Thanks for the response. I ended up (at least for the time being) doing an undef($fdat{select_field}) which worked but it seems a bit messy. I was hoping there was some way to disable this processing with optDisableSomething. Anyway, I achieved what I needed to. Many thanks Michael

Re: Preventing selected being added to option tags

2008-01-22 Thread Frank Wesemann
Michael Smith schrieb: Hi Andrew Thanks for the response. I ended up (at least for the time being) doing an undef($fdat{select_field}) which worked but it seems a bit messy. I was hoping there was some way to disable this processing with optDisableSomething. set Embperl_Syntax to "Embper

RE: Preventing selected being added to option tags

2008-01-22 Thread Andrew O'Brien
Hi Frank, > set Embperl_Syntax to "EmbperlBlocks" to prevent Embperl from > processing HTML-Tags > http://www.ecos.de/embperl/pod/doc/Config.-page-2-.htm#sect_62 Thanks for that - I was under the impression that this was file-wide rather than something that could be selectively applied in blo