View Single Post
  #1 (permalink)  
Old Mar 22nd, 2006, 03:09
a.jenery a.jenery is offline
Junior Member
Join Date: Jan 2006
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Question Another form-tag question

Dreamweaver allways generates [enctype="multipart/form-data"] at the end of a form-tag clause if no action is given, as follows:
[<form name="DummyName" method="post" action="" enctype="multipart/form-data">].

However, someone that's done an ASP script for me (this is carrying on from my previous post) has left this out as follows:
[<form name="DummyName" method="post" action="DummyForm.asp">]

Again, the script works, so I'm assuming here that [enctype="multipart/form-data"]
was left out because a form action is specified.

So, does it matter which is used?


-

Last edited by a.jenery; Mar 22nd, 2006 at 03:12.
Reply With Quote