forms

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

i am doing a clait plus paper which asks for a form that
has

Form method - post
Form action - web address

what does this mean
 
It means that the output of the form entries must be in a post form (see the
result after pressing submit) and the web address is where the form action
take you after seeing the post result)

Ie. form action = www.mypage.com/XXXX
 
Back
Top