kippie
Technical User
- Nov 8, 2001
- 158
I would like to have a video on my website and make it so that a visitor is brought to another HTML (in this case Google) if he clicks on the video. I have tried as I would /think it could work (see below) but is doesn't seem to work. Can someone help me to say what I do worng?
This is the HTM I have so far:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
<a href="javascript" onClick="window.open(' SRC="cyclers.avi" start="mouseover" loop="true" controller="false">
</EMBED></a>
</body>
</html>
This is the HTM I have so far:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
<a href="javascript" onClick="window.open(' SRC="cyclers.avi" start="mouseover" loop="true" controller="false">
</EMBED></a>
</body>
</html>