Couldn't get the Qforms to work.


So I ended up using this code instead:


<cfif IsDefined("form.offtime") AND form.offtime eq "Normal" AND
form.jobno eq "">
  <script LANGUAGE="_javascript_">
   
   alert("You are required to enter a job number for Normal time.");
   history.go("-1");
  
  </script>
  
  <cfabort>
</cfif>


Not very elegant I guess.


-Gel


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to