Monday, 11 February 2013

Page redirect after a certain time in html


<html>
<head>
<meta http-equiv="refresh" content="10; URL=http://www.yahoo.com" />
<title>HTML Redirect</title>
</head>

<body>
Wait Redirecting ....
</body>
</html>

No comments:

Data Sharing

  1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...