Hi Gerald,

Thanks for fixing the other problems so quickly. Here are another couple for
you:

(1)

<script>
for (var j = 0; j < select2loc[i].length; j++){
....

Is getting turned into:

<script>
for (var j = 0; j <select 2loc[i].length; j++){
...


(2)

[$ foreach $formname ('inky','blinky','slinky','clyde') $]
 <form>
 <input type="hidden" name="formname" value="[+ $formname +]">
 <input type="text" name="first" value="one">
 <input type="hidden" name="tenth" value="ten">
 [$ hidden $]
 </form>
[$ endforeach $]

In Embperl 1.3 you get one hidden value for each entry in fdat not already
in the form
*But* in embperl2 you get four hidden values for each entry in fdat not
already in the form (i.e. it's multiplied by the number of forms in the
loop.

Cheers

Jonny

http://www.iii.co.uk 
Interactive Investor International is a leading UK Internet personal 
finance service that provides individuals with the capability to identify, 
compare, monitor and buy online a number of financial products and services.

Interactive Investor Trading Limited, a subsidiary of Interactive Investor 
International plc, is regulated by the SFA.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to