Hola suntus:
Deberías poner un control asociado al evento onsubmit del formulario...
Con frontpage y dw no sé, pero básicamente es algo así:
<form action="javascript
: alert('enviado')"
onsubmit="if (obligatorio.value == '') {alert('rellene campo obligatorio'); return false;} else return true;" >
campo obligatorio:
<input type=text name=obligatorio value="" />
<input type=submit />
</form>
Saludos