J
Jean Pierre Daviau
Hi,
Is it possible to hide the address in a submit form?
function secret(){
.....
return unmixed_address
.....
}
I know how to do it in JavaScript but it does not work.
I would like to make my address to be input on submit with a function of vba
or else.
replace s-email-address="my address"
by
s-email-address="secret()"
===============
<!--webbot bot="SaveResults" u-file="donnees/ffeedback.htm"
s-format="HTML/BR" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-date-format="%d-%m-%Y" s-builtin-fields="REMOTE_USER HTTP_USER_AGENT Date"
u-confirmation-url="confirmations/feedback_conf.htm"
s-email-address="secret()" s-email-format="TEXT/PRE" startspan -->
Is it possible to hide the address in a submit form?
function secret(){
.....
return unmixed_address
.....
}
I know how to do it in JavaScript but it does not work.
I would like to make my address to be input on submit with a function of vba
or else.
replace s-email-address="my address"
by
s-email-address="secret()"
===============
<!--webbot bot="SaveResults" u-file="donnees/ffeedback.htm"
s-format="HTML/BR" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-date-format="%d-%m-%Y" s-builtin-fields="REMOTE_USER HTTP_USER_AGENT Date"
u-confirmation-url="confirmations/feedback_conf.htm"
s-email-address="secret()" s-email-format="TEXT/PRE" startspan -->