Howto Validate form

N

norm

S

Stefan B Rusynko

There is no way they are "creating their own page to input directly to the Discussion Webbot Handler."

It just means they are masking the words in some way your array is not recognizing



--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|
| Help!
|
| I've used jscript to attempt to prevent spammers from putting hyperlinks
| and bad words on a "discussion" page, created with the "Discussion"
| WeBBot. When I test it, it works perfectly - BUT....
|
| Here is the page
|
| http://www.forsalebyyou.com/discussions_renew/
|
| I put my code on the post page...
|
| http://www.forsalebyyou.com/discussions_renew/disc1_post.htm
|
|
|
| Apparently they are creating their own page to input directly to the
| Discussion WEbBot Handler.
|
| How can I prevent this?
|
| Thanks!
|
|
|
|
|
|
 
S

Stefan B Rusynko

PS
or they simply turn off client side scripting in their browser and it bypasses your script validation
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| There is no way they are "creating their own page to input directly to the Discussion Webbot Handler."
|
| It just means they are masking the words in some way your array is not recognizing
|
|
|
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| _____________________________________________
|
|
||
|| Help!
||
|| I've used jscript to attempt to prevent spammers from putting hyperlinks
|| and bad words on a "discussion" page, created with the "Discussion"
|| WeBBot. When I test it, it works perfectly - BUT....
||
|| Here is the page
||
|| http://www.forsalebyyou.com/discussions_renew/
||
|| I put my code on the post page...
||
|| http://www.forsalebyyou.com/discussions_renew/disc1_post.htm
||
||
||
|| Apparently they are creating their own page to input directly to the
|| Discussion WEbBot Handler.
||
|| How can I prevent this?
||
|| Thanks!
||
||
||
||
||
||
|
|
 
N

Norm

I created a noscript redirect, but somehow they still are able to spam.
The suggestion from someone else was this...

a) By turning off javascript in their browser
b) by creating their own page that submits to the destination specified in
your form's action attribute."


If that is the case then I have to figure out how to run the validation
and webbot on the server side.

Can you run the webbot on the server side?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top