nsIFormControlFrames initiate insertion into nsFormFrame's list;

turned off url encoding of '.' and '_" to match Nav
fixed bug where non clicked buttons submitted data;
fixed bug where <select>s with initial values were not submitting that value;


git-svn-id: svn://10.0.0.236/trunk@13727 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1998-10-30 18:05:29 +00:00
parent 417fe30eff
commit 081ed90d75
18 changed files with 236 additions and 141 deletions

View File

@@ -84,7 +84,7 @@ nsFileControlFrame::QueryInterface(const nsIID& aIID, void** aInstancePtr)
}
PRBool
nsFileControlFrame::IsSuccessful()
nsFileControlFrame::IsSuccessful(nsIFormControlFrame* aSubmitter)
{
nsAutoString name;
return (NS_CONTENT_ATTR_HAS_VALUE == GetName(&name));