Hello.
I have a client that needs to include in his own designed html pages,
the output of a PL/SQL function.(This is a result from a submitted
form)
For this , i need to load the Html page , execute the querry , insert
the result in the loaded page and the print the page.
But the problem is that i did not find any way to load the html from
the disk (not the database).
The possible solutions i found are :
- Using Live Html, using the commands : <--#config cmdecho='ON'>
<--#exec MySqlFunction >
and hoping that the result will be merged with the current page
(according to the Oracle Tech. support, it is not possible.
- Writing my own WRB cartridge to load the page, modify it and
then printing the page+result merged alltogether.
Has anyone managed to do such a thing ?
Solutions are welcome
The running platform is Windows NT4 Server + Oracle WebServer 2.1
Thanx in advance.
p.s. : Please reply also by mail , because i do not check the
newsgroups on a daily basis.
Massimo Trento