Re: Clicking a form button
With further inspection of the code it looks like all that function does is displays an alert message if a certain thing is selected then submits any way so I dont see why I can't just call submit because I dont want to see an alert message but if I try to it gives me the error message "Object does not support this properly or method"
also I was looking at the code for the form and it is
<form name="frmWebPermSettings" method="post" action="webperm.aspx" id="frmWebPermSettings">
Where as one of the webpages form code looks like this
<FORM name="AclInv" style="margin: 0px" action="AclVer.aspx" method="post" onSubmit="return FSubmit()">
maybe becasue the one I am having problems with dosen't have the onSubmit="return FSubmit()" it wont let me submit??
some 1 plz help