www.oradev.com
  Database   Sql   Functions   Packages   Performance   Books   Oracle   Other   About   XML   ORA-messages
  How to redirect a page in HTML
Using a ref cursor
How to redirect a page
Oracle scripts
How to secure your webserver
How to WAP in pl/sql
Use XML in the database


  OraDev.com

How to redirect 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=https://www.oradev.com">
</html>