I am calling a simple function after submitting a form:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function results() {
parent.right.location.href = results.cfm;
}
// End -->
</script>
The odd thing is, even though the form, action template and results.cfm are all in the same directory, I get a 404 in my right frame. Anyone have any idea why I would get a 404 from such a simple call?
thanks
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function results() {
parent.right.location.href = results.cfm;
}
// End -->
</script>
The odd thing is, even though the form, action template and results.cfm are all in the same directory, I get a 404 in my right frame. Anyone have any idea why I would get a 404 from such a simple call?
thanks