Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: WEB Server - Help?

Re: WEB Server - Help?

From: JG of PAFB <jgofpafb_at_aol.com>
Date: 1998/03/08
Message-ID: <19980308131601.IAA07401@ladder03.news.aol.com>#1/1

If your talikng about validating the data in an HTML form created via PL/SQL your out of luck. HTML is a stateless markup language and you can check data unless you submit it to some other program for QC/QA. You might try writing some javascript (not java) which will allow you to check the values BEFORE a form is submitted. Get a book on javascript and you will get some ideas right away.
jarchamb_at_aftac.gov (Oracle DBA) Received on Sun Mar 08 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US