
July 24th, 2000, 03:24 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br /><br />I'm not familiar with the STATUS attribute of the INPOUT element...as a matter of fact, I don't think it exists in standard HTML. Here is a reference for you on the INPUT TYPE=SUBMIT element.<br /><br />http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/input_submit.asp<br /><br />Doug Seven<br />codejunkies.net / ASPNextGen.com<br /><br />------------<br />Chelvi at 7/17/2000 4:31:34 PM<br /><br /><br />I saw the following code and I am not sure what is the difference between type=submit and status="submit" in the submit button code. Could any one please help me with this little question?<br />Thanks a lot<br /><br />Chelvi<br /><br /><FORM><br /><P><FONT face=Arial>username:<INPUT id=text1 name=uname type=text></FONT></P><br /><P><FONT face=Arial>password:<INPUT id=password1 name=pword <br />type=password></FONT></P><br /><P><INPUT id=button1 name=button type=submit value=Submit status="submit"></P><br /></FORM><br />
|