Web Toolkit:owa_util.rdirect_url
From: Clarence Johnson <Clarence.Johnson_at_trw.com>
Date: 1997/06/10
Message-ID: <339D8BBC.2601_at_trw.com>#1/1
Date: 1997/06/10
Message-ID: <339D8BBC.2601_at_trw.com>#1/1
Anyone ever use this routine. I get the following error :"The server had an internal error and could not process the request." I had this line in my procedure "owa_util.redirect_url('http://my.url');
What I'd really like to do is pull the url from a table in the database
and then navigate to that url.
Something like :
If (some condition) then
owa_util.redirect_url(urlname);
end if;
where urlname is pulled from the Database.
Can this be done?
TIA Received on Tue Jun 10 1997 - 00:00:00 CEST
