Is there anyway to return to a page with refreshing it? Right now I have a condition to check if subject ="" if it is i have a javascript alert. But the only problem is that it refreshes the page, --> the other required fields that the user might have filled out are now emptied. Is there a way around this????? I am checking on submit,
Thanks,
Ross
<script language="javascript">
alert("Please define subject")
</script>
Thanks,
Ross
<script language="javascript">
alert("Please define subject")
</script>