www.oradev.com   for Oracle developers
  Pl/sql articles   Oracle articles   Performance   scripts   Books   Documentation   Links   XML
  Articles
Number format
Sequence
Use XML in the database
Using XML functions
Oracle training
Oracle certification
Create statistics
dbms_profiler explained
How to use hints
Rename tables, columns
Scheduling in 10g
How to WAP in pl/sql
How to redirect a page
How to secure your webserver
How to use utl_http
How to Trace sessions




  How to redirect a page in HTML
Make an static HTML-page with this content: (in this example redirect to www.oradev.com takes place)

<!doctype html public "-//IETF//DTD HTML//EN">
<html>
<meta http-equiv="Refresh" content="0; URL=http://www.oradev.com">
</html>