webiz
Junior Member
Posts: 2
Registered: 4/18/2005
Location: Ramat-Gan, Israel
Member Is Offline
|
| posted on 4/18/2005 at 11:31 PM |
|
|
enctype="multipart/form-data"
Hello,
for whatever the reason is, when i add enctype="multipart/form-data" in the form element, using the regular way, so i had to build another function,
e,g:
<script type="text/javascript">
function myformValidator()
{
if(document.contentPagesProperties.onsubmit())
{//this check triggers the validations
document.contentPagesProperties.submit();
}
}
</script>
or am I just complicating things ?
is there another way i'm not aware of ?
Thanks,
Daniel Engelman,
webiz IT, Israel.
|
|
|
|