Name: anything*
Action: your_form_processor.php
Method: get or post
The rest can be left alone, particularly target which will make your
form invalid in XHTML.
Use only lower-case letters to name this form. This is not a strict
rule, but it helps with the inevitable error messages later. No
punctuation, no spaces, nothing besides a-z.
I didn’t see any form in the code you pasted. Is it injected using
JavaScript or something?
Walter
On Feb 1, 2008, at 9:56 AM, Mr worm wrote:
I’ve been given some html to add to my page that already has a form
on it.
If it’s just a link you want to add, then add it. It’s nothing to worry about inside the context of a form. If it’s going to be using some fancy JavaScript injection technique, then either that injection will have to happen inside an iFrame, or it will fail to work.