PDA

View Full Version : Work-Around Needed For JavaScript Field


jonw118
07-14-2005, 10:11 PM
Hello,

I have a mail submission for that has javascript functionality to it.

Basically, to make the javascript function work- I had to input code into the "Value" field. But, when the form is submitted, it shows that code.

Can I somehow keep that code in there and put other words in the form field.... seperated with a comman, semi-colon... anything?

I really need to keep this code and have a different value at the same time.

Is this possible???

Thanks for any advise.

Willy Duitt
07-15-2005, 03:50 AM
this.value +=

jonw118
07-15-2005, 07:26 AM
Thanks for the reply...

Need a little more help with that. I obviously have a very limited knowledge here.

Currently the field reads:
<option value="1&2&3&4&5&10">Debt Consolidation</option>

Where would I put in the this.value +=

Thanks!

Willy Duitt
07-15-2005, 07:34 AM
Thanks for the reply...

Need a little more help with that. I obviously have a very limited knowledge here.

Currently the field reads:
<option value="1&2&3&4&5&10">Debt Consolidation</option>

Where would I put in the this.value +=

Thanks!

Hmmmm;

I would assume upon the select element itself...
Certainly not upon each individual option...

Post a link to a working example of what you have so far...

jonw118
07-15-2005, 07:53 AM
shopforloan.com/test

Thx again for any help!

Is there any other info I could provide to help.