Guest_imported
New member
- Jan 1, 1970
- 0
Our intranet is on a novell server. We want to be able to use forms on there. We use Lotus notes R5 (and moving to Inotes) mail. Here is the command we are using on our forms
<form action="mailto:name@company.com" method="POST" enctype="text/plain" name="signup" onsubmit="return checkData()"> With the name and company email address inserted.
In Internet Explorer, we have gone in to tools options and programs and set it on lotus notes. The links on our regular pages work but won't work with the forms.
When using mailto in the form and clicking on submit, we get
these messages back.
1) This form is being submitted using email. Submitting this form will reveal your email address to the receipient and will send the form data without encrypting it for privacy. You may continue or cancel this submission. Then
OK and CANCEL buttons. We click on OK..then we get
2)This program performed an illegal operation and will be shut down. If the problem persists contact the program vendor.
We have tried on several pc's and still get the same error.
<form action="mailto:name@company.com" method="POST" enctype="text/plain" name="signup" onsubmit="return checkData()"> With the name and company email address inserted.
In Internet Explorer, we have gone in to tools options and programs and set it on lotus notes. The links on our regular pages work but won't work with the forms.
When using mailto in the form and clicking on submit, we get
these messages back.
1) This form is being submitted using email. Submitting this form will reveal your email address to the receipient and will send the form data without encrypting it for privacy. You may continue or cancel this submission. Then
OK and CANCEL buttons. We click on OK..then we get
2)This program performed an illegal operation and will be shut down. If the problem persists contact the program vendor.
We have tried on several pc's and still get the same error.