I was able to use $row in an <option> tag within a <td> tag ijn V1.3.6, but
this does not seem to work any more in v2.0.
Was there some change in the behavior between 1.3 and 2.0?

Code snippet:

<tr>
  <td align="left" valign="center"><font face="helvetica,arial" size="-1">
  URL of Web Site where subscriptions occurred:
  <select onChange='document.main.source_url_1.value=this.value'><option
value="[+ $sourceURLValue[$row] +]">[+ $sourceURLOption[$row]
+]</option></select>
  <input type="text" name="source_url_1" value="http://"; size="36">
  </font></td>
</tr>

This used to generate a selector with appropriate <options> as defined in
$sourceURLValue[] and $sourceURLOption[] in the desired table cell.  Now it
seems to cause some cryptic compiler error (note: the line number reported
is beyond the end of the script):

[29353]ERR:  24:  Error in Perl code: Unmatched right curly bracket at
/app/recipient/add.html line 353, at end of line
syntax error at /home/drayner/www/htdocs/app/recipient/add.html line 353,
near ";

}"



Thanks and regards,

Doug Rayner
Senior System Architect
Savicom: Next Generation eMail Marketing
http://www.savicom.net
(415) 617-9006


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

Reply via email to