Monday, 21 January 2013

Start and stop marquee on mouse over


<html>
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();"><a href="C:\Users\admin\Desktop\new.html">Go on... hover over me!</a></marquee>
</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 ...