paragvshah
Programmer
Hi friends,
In my register page i have used image instead of default submit
and reset buttons, for that these are the tags in the form:
<form name="Table3FORM" enctype="text/html" action="mailto:abc@abc.com"
method=POST>
<input type="image" src="images/submit.jpg" width="80" height="30"
border="0">
<input type="image" src="images/reset.jpg" width="80" height="30"
border="0" onClick="this.form.reset()">
but on clicking submit button an alert box pops up with the message:
This form is being submitted using email.
Submitting this form will reveal your email address to the recipient,
and will send the form data without encrypting it for privacy.
You may continue or cancel the submission.
Then the buttons for OK & Cancel are displayed.
on clicking reset button it deletes the data in fields but the same
messagebox arises with same message.
Until now i have not seen this kind of messagebox in any site.
Please provide the solution for this if anyone knows.
In my register page i have used image instead of default submit
and reset buttons, for that these are the tags in the form:
<form name="Table3FORM" enctype="text/html" action="mailto:abc@abc.com"
method=POST>
<input type="image" src="images/submit.jpg" width="80" height="30"
border="0">
<input type="image" src="images/reset.jpg" width="80" height="30"
border="0" onClick="this.form.reset()">
but on clicking submit button an alert box pops up with the message:
This form is being submitted using email.
Submitting this form will reveal your email address to the recipient,
and will send the form data without encrypting it for privacy.
You may continue or cancel the submission.
Then the buttons for OK & Cancel are displayed.
on clicking reset button it deletes the data in fields but the same
messagebox arises with same message.
Until now i have not seen this kind of messagebox in any site.
Please provide the solution for this if anyone knows.