Forum Moderators: open
What do I need to do on PageB to prevent that from working?
What powers your form? Is it cgi-bin (perl), php or asp etc?
A well written form will have a condition that restricts posting from only URLs that you specify.
I use the Level 10 php form, which does that extremely well.
[leveltendesign.com...]
There are, of course, heaps of others to suit your needs.
Txtbakers suggestion of a hidden form variable is more reliable.
Have a hidden variable that is set using a server side method or formula that is not easy to guess.
On submission this variable is validated, and if it doesn't match, then reject the submission.