Hi,
I dont know if this is possible I am trying to insert a value into netquotevar:adjustment ?
I hope this doesnt get mashed up when I post..
I am trying to insert -5.00 in the adjustment. I validate the a1 if its true it should put -5.00 in the "NETQUOTEVAR:ADJUSTMENT"
I havent been able to try this yet as I have to use the live site.
Many thanks,
David Shorthouse
I dont know if this is possible I am trying to insert a value into netquotevar:adjustment ?
Code:
<spript language=JavaScript> <!--hide from old browsers var a1 = 'NETQUOTEVAR:a1'; var a2 = "-5.00"; if a1 = "time" { document.write('<INPUT TYPE=SUBMIT VALUE="a2" NAME="NETQUOTEVAR:ADJUSTMENT">'); } else { document.write('<INPUT TYPE=SUBMIT VALUE="0" NAME=NETQUOTEVAR:ADJUSTMENT">'); } //--> </script>
I am trying to insert -5.00 in the adjustment. I validate the a1 if its true it should put -5.00 in the "NETQUOTEVAR:ADJUSTMENT"
I havent been able to try this yet as I have to use the live site.
Many thanks,
David Shorthouse
Comment