Re: htp "301 Moved Permanently"



On Jul 16, 1:28 pm, maratho...@xxxxxxxx wrote:
Hi,

Is it possible to redirect a web page using htp? I want the web page
to send a "301 Moved Permanently" message.

Thanks in advance.

Lei

Someone else pointed out a built in function that apparently can be
used.

You can of course instead of invoking other oracle packaged
functionality code the htp.p routine to build exactly the html that
you can to use.

Then you can code javascript or other functionality within the html
that you are "spitting out" via htp.p to have the redirect work
exactly that way that you want it to work.

.



Relevant Pages

  • Re: htp "301 Moved Permanently"
    ... Then you can code javascript or other functionality within the html ... that you are "spitting out" via htp.p to have the redirect work ...
    (comp.databases.oracle.server)
  • Re: Code duplication
    ... I have included the code in case url redirect and BadRequest ... #getting the HTTP response from 'uri' ... #getting the html data by setting the path as '/' and using a user ... Can anyone please help me to find the mistake. ...
    (comp.lang.ruby)
  • Re: How do I redirect after loading page content?
    ... any HTML has been loaded.However, I need to redirect after some HTML ... but the HTTP protocol which prohibits it. ... content or testing into the html area. ...
    (comp.lang.php)
  • Code duplication
    ... I have included the code in case url redirect and BadRequest ... #getting the HTTP response from 'uri' ... #getting the html data by setting the path as '/' and using a user ... Can anyone please help me to find the mistake. ...
    (comp.lang.ruby)
  • Re: Error Message: Argument Not optional
    ... I think you're absolutely right about deleting the HTML content and leaving only the redirect. ... Chip Pearson wrote: ... automatically redirect to the corresponding aspx page. ...
    (microsoft.public.excel.programming)

Loading