I'm about to go MAD over a few buttons

From: Lisa <Curiosa_at_rocketmail.com>
Date: 1997/12/18
Message-ID: <349910c7.66848057_at_news.pacbell.net>#1/1


What I'm attempting to do is quite simple, but it doesn't appear to be simple in PL/SQL. I have this query which goes out and check's a person's report availability (and sub menu reports) and returns a hyperlink.

This is all fine and well, and it works wonderfully, BUT I would prefer a BUTTON rather than a hyperlink. In static html, this would be no problem. In PL/SQL, it seems (to me at least) impossible!!! Unfortunately, for me, impossibilites drive me nuts!!! There must be a way..... Can you help?!?!?!

Here's the code.... please tell me how to get a button....

for fn_class_rec in fn_class_cur loop
htp.anchor(owa_util.get_owaservice_path||'eda_menu.rep_menu_detail?'||

             'p_sub_menu_type='||fn_class_rec.fcls_code,
       fn_class_rec.fcls_desc,
       cattributes=>' TARGET="rep_menu_detail" ');

end loop; Received on Thu Dec 18 1997 - 00:00:00 CET

Original text of this message