Hi All,
I found a problem in one of my project.
I created a submit button on my registration page.
When the event was closed the registration form should be disable.
Thus, in order to disallow viewer submit the registration I disabled the button on clientside. However, we found someone still able to send the message bypass the submit button. Ourside was received the spam mail from them. We found the way they did, they downloaded the page to their local PC and modify the page to take out disabled tag and fire the submit event.
We suspected their intension are just for fun without any criminal issue but we still want to take some action to avoid it happened again.
In short term we take out the page which running asp CDO send mail script.
The issue resolved on shortterm.
In long term I would planned to disable the button on asp server side instead of clientside and pass some authenticate message from the button of asp CDO send mail page.
Anyone of here able to help me and guide me to accomplish this issue ?
Thanks a million :-)




Reply With Quote