Re: Internal links with Oraweb/stored procedure??

From: <Steve_Kilbane_at_cegelecproj.co.uk>
Date: 1996/08/06
Message-ID: <4u74h5$os4_at_jupiter.sdd.cegelecproj.co.uk>#1/1


Steven.Wallraf_at_is.belgacom.be (Steven Wallraf) intoned:
> But, when I click on the target, I get a message "Request failed"
> and in the log file I get an Oracle error -> 'no stored procedure
> specified to call'.
>
> Also when I move my cursor on the internal lik, on the buttom of the
> page, I don't see the correct path
> -> normally: http://...../name-page#name-target
> -> here : http://..../owa/ (no name procedure, no name target)

Sounds to me like you haven't included the anchor correctly, i.e. you've got something like:

htp.anchor('','my text');

instead of:

htp.anchor('my_target_proc', 'my text');

so what you're getting is:

<A HREF="">my text</A>

which appends the null string to your current page's URL.

steve Received on Tue Aug 06 1996 - 00:00:00 CEST

Original text of this message