Hi,

Thank you to all those answering my java script
question.

As I said, all the html and java script are generated
by pl/sql package.  I'd like to know can the onClick
method below call a pl/sql procedure?  If it cann't, I
suppose onClick needs to call a java script function
first, and in that java script function, how to call a
pl/sql procedure ??? (wl is a function used to
generate html)

Package pkgSth
AS
...
  wl('<input type="submit" value="cancel"
onClick="deleteData()">;
...
End;

Thank you!

Janet

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Janet Linsy
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to