|
pd_it_guy -> RE: Just when I though I had this thing... (3/21/2008 17:02:25)
|
Gents: This thing is determined to fight me to the bitter end. It did not error out, that's good, but what got kicked over to page 2 where the mail is assembled was not the value of the field on the first page, but rather the literal string, thus: FP_FieldVal(fp_rs,"fieldname") and not what was in it. The reason for this is probably what you just said, that it has to be in a different place on page 1 to pick up the variable. However that poses a challenge as the sending form, while on the same page as the database results, follows the database results region. So If I try to call a hidden input form element before the form section even starts would that be a problem. If I try to initiate script <% .... that will save a variable beforehand, with the bot after my variable, it messes up the bot. Can I call a variable without the script delimiters. This is sooooo close.....
|
|
|
|