View Single Post
  #4 (permalink)  
Old Mar 17th, 2006, 11:41
a.jenery a.jenery is offline
Junior Member
Join Date: Jan 2006
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Which way round should this form tag go?

Many thanks for helping me out.

So from this I take it that either
<form name="abcForm" method="post" action="" enctype="multipart/form-data">
or
<action="" enctype="multipart/form-data" method="post" form name="abcForm">
would be equally valid if no action was specified, and that either
<form action="DummyForm.asp" method="post" name="DummyName">
or
<name="DummyName" method="post" form action="DummyForm.asp">
would be equally valid if an action was specified?

Don't know if I'm understanding your replies correctly...
Reply With Quote